File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ func (iss *ACMEIssuer) isAgreed() bool {
340340// IP certificates via ACME are defined in RFC 8738.
341341func (am * ACMEIssuer ) PreCheck (ctx context.Context , names []string , interactive bool ) error {
342342 publicCAsAndIPCerts := map [string ]bool { // map of public CAs to whether they support IP certificates (last updated: Q1 2024)
343- "api.letsencrypt.org" : false , // https://community. letsencrypt.org/t/certificate-for-static -ip/84/2?u=mholt
343+ "api.letsencrypt.org" : true , // https://letsencrypt.org/2025/07/01/issuing-our-first -ip-address-certificate/
344344 "acme.zerossl.com" : false , // only supported via their API, not ACME endpoint
345345 "api.pki.goog" : true , // https://pki.goog/faq/#faq-IPCerts
346346 "api.buypass.com" : false , // https://community.buypass.com/t/h7hm76w/buypass-support-for-rfc-8738
You can’t perform that action at this time.
0 commit comments