I am trying to revoke the certificate but do not want to delete it.
When I execute this:
certbot revoke --cert-path /home/random/cert.pem --config-dir /home/random/config --work-dir /home/random --logs-dir /home/random/logs --server https://acme-v02.api.letsencrypt.org/directory
It asks for this:
-------------------------------------------------------------------------------
Would you like to delete the cert(s) you just revoked?
-------------------------------------------------------------------------------
(Y)es (recommended)/(N)o:
To avoid this, I can give –non-interactive flag, but that takes the answer to above question as YES.
Is there a way where it runs non interactively and doesn’t try to delete the certificate??