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

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