commit 14e09868e5
Author: Robert Kaussow <mail@geeklabor.de> Date: Tue Apr 21 00:10:25 2020 +0200 add absolut path for certbot
This commit is contained in:
parent
1e22a8f1d6
commit
7455914b7b
11
index.md
11
index.md
@ -8,6 +8,7 @@ type: docs
|
||||
Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
|
||||
* [Default Variables](#default-variables)
|
||||
* [certbot_bin](#certbot-bin)
|
||||
* [certbot_command_arguments](#certbot-command-arguments)
|
||||
* [certbot_config_dir](#certbot-config-dir)
|
||||
* [certbot_credentials](#certbot-credentials)
|
||||
@ -31,6 +32,10 @@ Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
|
||||
## Default Variables
|
||||
|
||||
### certbot_bin
|
||||
|
||||
Location of the certbot binary. Default is to `~/.local/.bin/certbot`.
|
||||
|
||||
### certbot_command_arguments
|
||||
|
||||
#### Default value
|
||||
@ -90,7 +95,7 @@ certbot-letsencrypt
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
certbot_cron_hour: 3
|
||||
certbot_cron_hour: '3'
|
||||
```
|
||||
|
||||
### certbot_cron_minute
|
||||
@ -98,7 +103,7 @@ certbot_cron_hour: 3
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
certbot_cron_minute: 30
|
||||
certbot_cron_minute: '30'
|
||||
```
|
||||
|
||||
### certbot_domains
|
||||
@ -136,6 +141,8 @@ certbot_log_dir: /var/log/letsencrypt
|
||||
|
||||
### certbot_packages_extra
|
||||
|
||||
Extra packages to install with pip (e.g. DNS plugins).
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
|
Loading…
Reference in New Issue
Block a user