You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll also probably want to configure the automatic renewal of certificates to prevent unexpected certificate expirations.
57
-
You can open crontab with `sudo crontab -e` and add the line from below to the bottom of it for attempting renewal every day at 23 (11 PM).
56
+
Certbot installs a systemd timer (certbot.timer) by default.
57
+
Verify it is enabled:
58
58
59
-
Deploy hook would restart the Nginx service to apply a new certificate when it's renewed successfully. Change `nginx` in the restart command to suit your own needs, such as to `apache` or `wings`.
59
+
```bash
60
+
systemctl status certbot.timer
61
+
```
60
62
61
-
For advanced users, we suggest installing and using [acme.sh](https://acme.sh)
62
-
which provides more options, and is much more powerful than certbot.
0 commit comments