Certbot - Delete a Specific Certificate Name

Hi there,

I’m not very sure, if im right here… following issue:
I am using certbot to generate certs. Somehow I got 2 identities for my server. So I always have to choose one. Is there a simple way, to delete an unneeded identity?

thx in adv

Hi,

If you run certbot certificates and figure out which is the wrong one, you can then use certbot delete --cert-name the-inappropriate-one.

Thank you very much. You pushed me into the right direction.
So the identies are configured within the .confs in /etc/letsencrypt/renewal/*.conf
(account= …).
so it’s on certbot by using your suggested command, to clean up there…
thx a lot!

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