... | ... | @@ -18,7 +18,7 @@ This will not only tell you when the certificate expires, but also which urls ar |
|
|
|
|
|
If you need to renew the certificate, certbot demands that apache is turned off while it works.
|
|
|
|
|
|
`systemctl apache2 stop`
|
|
|
`systemctl stop apache2`
|
|
|
|
|
|
Then you can renew the certificate
|
|
|
|
... | ... | @@ -26,6 +26,6 @@ Then you can renew the certificate |
|
|
|
|
|
If there's no errors, you can turn apache back on
|
|
|
|
|
|
`systemctl apache2 start`
|
|
|
`systemctl start apache2`
|
|
|
|
|
|
Of note, certbot doesn't allow a renew until the last 30 days of the certificate. The renew will just no-op if it still has over 30 days. |