grindsa / acme2certifier

library implementing ACME server functionality
GNU General Public License v3.0
163 stars 33 forks source link

Support for Digicert ACME #113

Closed wioxjk closed 1 year ago

wioxjk commented 1 year ago

I noticed that LetsEncrypt, ZeroSSL and BuyPass have official suppor in acme2certifier. It would be nice if it supported Digicert aswell, since they have ACME support since a couple of years.

The Digicert ACME-API is supported be Certbot and basically all the major ACME-clients, so I guess that it would not be that hard to implement support for it in acme2certifier?

https://docs.digicert.com/en/certcentral/certificate-tools/certificate-lifecycle-automation-guides/use-a-third-party-acme-client-for-host-automations.html

grindsa commented 1 year ago

If Digicerts implementation follows RFC8555 it should work out of the box. So its rather the missing validation option preventing us to state interoperability. Do you know if they have a free-of-charge staging environment we could use as part of our regression?

wioxjk commented 1 year ago

They do actually follow RFC8555, so it should work :)

Do you know if they have a free-of-charge staging environment we could use as part of our regression?

Let me know if I can find something about that.