Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cerbot adds a suffix 000x to domains that match any previously attempt in the certbot certificates list #26

Open
heldrida opened this issue Apr 19, 2023 · 0 comments

Comments

@heldrida
Copy link
Member

heldrida commented Apr 19, 2023

Cerbot adds a suffix 000x to domains that match any previously attempt in the certbot certificates list. This causes an issue, as the script won't be able to determine it.

This can be fixed manually at the moment, after a failed setup by:

certbot certificates

Delete the matching cases

sudo certbot delete --cert-name foobar.domain.com-0001

In advance, could maybe hint the user.

Hypotetically,

certbot certificates | grep -q 'Domains: xxx'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant