Force certificate renewal from RSA to ECDSA #4751
Closed
CyberCr33p
started this conversation in
General
Replies: 1 comment 1 reply
-
what is the cert type in the folder If it was a RSA cert, it should only be renewd as RSA. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to switch from RSA to ECDSA for an already issued certificate using:
acme.sh --renew --force --ecc -d example.com
and I get:
[Mon Aug 21 13:36:50 EEST 2023] Renew: 'example.com'
[Mon Aug 21 13:36:50 EEST 2023] 'example.com' is not an issued domain, skip.
Possibly this happens because acme.sh doesn't find directory ~/.acme.sh/example.com_ecc and only ~/.acme.sh/example.com exists.
Without
--ecc
it renews it but with RSA.Is it possible to "renew" it or the only way is to "issue" a new certificate?
Beta Was this translation helpful? Give feedback.
All reactions