Replies: 3 comments 1 reply
-
Hello, you can use the revoke command: https://go-acme.github.io/lego/usage/cli/options/index.html |
Beta Was this translation helpful? Give feedback.
-
OK I tried revoke as follows, but what if I don't have the current valid crt file? /opt/bitnami/letsencrypt/lego --tls --email="[email protected]" --domains="xyz.com" --server=https://acme-staging-v02.api.letsencrypt.org/directory --path="/opt/bitnami/letsencrypt" revoke --reason 0 |
Beta Was this translation helpful? Give feedback.
-
OK Thanks. |
Beta Was this translation helpful? Give feedback.
-
I am trying to renew a cert against the STAGING server like this:
I am getting this error:
A this point I just want to start over with a whole new cert. How do I revoke the current cert using lego and start over by requesting a new cert.
Beta Was this translation helpful? Give feedback.
All reactions