Let's Encrypt DNS validation

Hi there,

are there any plans to support DNS validation ?
If your implementation is similar to the acme client it would be fairly easy to include the many plugins for the various providers.

Hello,

At this moment there are no plans to support DNS validation.

This means that we’ll let any other 3rd party script/ tool (like the one mentioned by you) to execute the request/renewal of the certificate.

Now, we may discuss about a better “reload command” than the obvious one (that is restarting the Axigen service) - if you are interested please let me know so I’ll try to provide something suitable for Linux.

BR,
Ioan

thanks for the reply.

Yes, I think this will be beneficial. What does the current implementation do:
Security & Filtering → SSL Certificates → Generate a new
SSL Certificate
Will this call some sort of acme script ?

Hello,

No external scripts but our own implementation for Let’s Encrypt HTTP-01 challenge.

This is used when a new certificate is generated (via CLI or WebAdmin) and also when it’s renewal is needed.

HTH,
Ioan