caddyserver / certmagic

Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
https://pkg.go.dev/github.com/caddyserver/certmagic?tab=doc
Apache License 2.0
5k stars 289 forks source link

Support zerossl IP cert #262

Closed ghost closed 5 months ago

ghost commented 10 months ago

What would you like to have changed?

Support zerossl IP cert

Why is this feature a useful, necessary, and/or important addition to this project?

Support zerossl IP cert

What alternatives are there, or what are you doing in the meantime to work around the lack of this feature?

Please link to any relevant issues, pull requests, or other discussions.

https://github.com/tinkernels/zerossl-ip-cert

mholt commented 10 months ago

I haven't looked into this much recently, but does ZeroSSL support IP certs from their ACME endpoint? (Their docs say that HTTP validation is supported, which to me implies ACME support.)

ghost commented 10 months ago

it seems to be but i haven't tried.

mholt commented 7 months ago

I think their API should at least support IP certs, and support for their API is in progress.