Replies: 1 comment 1 reply
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Sorry if this is a silly question, but it is the first time I make use of SSL certificates.
I successfully obtained and installed a certificate in DNS manual mode, which is going to expire in a week.
So how do I renew it?
1.) Do I just re-run
acme.sh --renew ...
and magically extend the expiry date of existing certificate?2.) Or, do I get a new certificate via
acme.sh --issue ...
, edit TXT record in DNS and then runacme.sh --renew ...
?Beta Was this translation helpful? Give feedback.
All reactions