fszlin / certes

A client implementation for the Automated Certificate Management Environment (ACME) protocol
MIT License
552 stars 122 forks source link

Support RFC 8738 #294

Closed bugproof closed 2 years ago

bugproof commented 2 years ago

https://datatracker.ietf.org/doc/html/rfc8738

webprofusion-chrisc commented 2 years ago

Are you using an internal ACME CA, if so which one? The public CAs don't support IP certificates via ACME.

bugproof commented 2 years ago

Are you using an internal ACME CA, if so which one? The public CAs don't support IP certificates via ACME.

Yes I'm using the public CA. I just realized that none of them support IPs. Only ZeroSSL's REST API which is limited to 3 certs per account. I was just about to make a PR for this. Open this again if you wish to ! Thanks.