commit f35134612d
Author: Robert Kaussow <mail@geeklabor.de> Date: Mon Apr 20 22:47:48 2020 +0200 rename cron related variables
This commit is contained in:
parent
ac61f6216c
commit
1e22a8f1d6
22
index.md
22
index.md
@ -11,6 +11,7 @@ Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
* [certbot_command_arguments](#certbot-command-arguments)
|
||||
* [certbot_config_dir](#certbot-config-dir)
|
||||
* [certbot_credentials](#certbot-credentials)
|
||||
* [certbot_cron_enabled](#certbot-cron-enabled)
|
||||
* [certbot_cron_file](#certbot-cron-file)
|
||||
* [certbot_cron_hour](#certbot-cron-hour)
|
||||
* [certbot_cron_minute](#certbot-cron-minute)
|
||||
@ -21,7 +22,6 @@ Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
* [certbot_packages_extra](#certbot-packages-extra)
|
||||
* [certbot_preferred_challenges](#certbot-preferred-challenges)
|
||||
* [certbot_rsa_key_size](#certbot-rsa-key-size)
|
||||
* [certbot_scheduler_enabled](#certbot-scheduler-enabled)
|
||||
* [certbot_server](#certbot-server)
|
||||
* [certbot_user](#certbot-user)
|
||||
* [certbot_work_dir](#certbot-work-dir)
|
||||
@ -59,6 +59,16 @@ Specify key value parairs for your credentials (e.g. plugin credentials). The cr
|
||||
certbot_credentials: []
|
||||
```
|
||||
|
||||
### certbot_cron_enabled
|
||||
|
||||
Enable scheduling via cron.
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
certbot_cron_enabled: true
|
||||
```
|
||||
|
||||
### certbot_cron_file
|
||||
|
||||
Use a file under /etc/cron.d but this will only work if `certbot_user`
|
||||
@ -148,16 +158,6 @@ certbot_preferred_challenges: dns
|
||||
certbot_rsa_key_size: 4096
|
||||
```
|
||||
|
||||
### certbot_scheduler_enabled
|
||||
|
||||
Enable scheduling via cron.
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
certbot_scheduler_enabled: true
|
||||
```
|
||||
|
||||
### certbot_server
|
||||
|
||||
#### Default value
|
||||
|
Loading…
Reference in New Issue
Block a user