Adding custom ACME provider

marson

Verified User
Joined
Jan 30, 2012
Messages
62
Hello

Are there any plans to add the ability to use custom ACME SSL providers besides Let's encrypt and ZeroSSL? For example sectigo allows ACME it is described here and herre for certum. It becomes important since SSL validity period is shorten now.
 
This would be great indeed. Should not to be to hard to implement either i would think.
 
Some of our clients buy from us Certum certificates. To generate such a certificate, you need to provide a KID, an HMAC key, and an email address. Each domain has a different KID and HMAC key, but the email address remains the same.

This causes a problem because the authentication data is stored once, in a directory associated with the email address. As a result, to generate multiple Certum certificates on the same server - whether using lego or certbot - you need to use a separate configuration path for each certificate.

Please take this into account when implementing custom ACME SSL support.
 
Back
Top