mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Update readme.md to describe cronjob check
The added sentence clarifies that you need to check the crontab of the user, not of the root to find the entry added by the certbot role.
This commit is contained in:
parent
00dc226101
commit
62f4a283fe
@ -123,7 +123,11 @@ If you want to fully automate the process of adding a new certificate, but don't
|
|||||||
|
|
||||||
### Certbot certificate auto-renewal
|
### Certbot certificate auto-renewal
|
||||||
|
|
||||||
By default, this role adds a cron job that will renew all installed certificates once per day at the hour and minute of your choosing.
|
By default, this role adds a cron job that will renew all installed certificates once per day at the hour and minute of your choosing. The cron job will be added to the crontab of the user with which you run this ansible role.
|
||||||
|
|
||||||
|
You can check that the cronjob has been added by logging in as that user and checking the user crontab:
|
||||||
|
|
||||||
|
crontab -l
|
||||||
|
|
||||||
You can test the auto-renewal (without actually renewing the cert) with the command:
|
You can test the auto-renewal (without actually renewing the cert) with the command:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user