API V2 for generating wildcard certificate

Hi ,

I have tried creatting wildcard certificate in letsencript using this staging endpoint --staging https://acme-staging-v02.api.letsencrypt.org/directory but it through error certbot: error: unrecognized arguments: https://acme-staging-v02.api.letsencrypt.org/directory

Is there any valid endpoint available to create wildcard certificates?

Can you please suggest me if available…Thanks in advance…

Hi @Vaithiyanathan,

Certbot does not implement ACME v2 yet, except in a development branch. I think only acme.sh has finished its implementation.

The Certbot option that lets you specify a particular API endpoint is --server, but currently it will only work with an ACME v1 endpoint.

Remember that the staging endpoints do not issue publicly-trusted certificates, only test certificates.

2 Likes

There are a handful of V2 compatible clients :slight_smile:

3 Likes

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