Certbot: "The currently selected ACME CA endpoint does not support issuing wildcard certificates."

When I request a wildcard certificate I get the message “The currently selected ACME CA endpoint does not support issuing wildcard certificates.” (Latest certbot from pip)

1 Like

You need to add --server https://acme-v02.api.letsencrypt.org/directory to your Certbot command to tell it to use the ACME v2 API that supports Wildcard certificates.

3 Likes

Is there a way to put that into a config?

And why isn’t this mentioned anywhere?

@schoen Do you know the answer to this Certbot question?

Found it:
server = https://acme-v02.api.letsencrypt.org/directory

1 Like

When will this be defaulted in certbot?

1 Like

I just put in a pull request for this. The post does say “Authorizations held by a V1 account will not be usable in the V2 environment - you must revalidate your domains for use with ACME v2,” which may or may not affect most automated workflows.

Per Change the default ACME server to the v2 endpoint · Issue #5369 · certbot/certbot · GitHub it sounds like this is being deferred to the next release.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.