14 lines
404 B
YAML
14 lines
404 B
YAML
|
---
|
|||
|
# List of domains to be certified by Certbot
|
|||
|
certbot_domains: []
|
|||
|
|
|||
|
# Email to be used when requesting the Let's Encrypt certificate
|
|||
|
certbot_email: None
|
|||
|
|
|||
|
# Defines the frequency of running the Certbot renewal, follow ‹OnCalendar› docs
|
|||
|
# in the systemd for syntax
|
|||
|
certbot_frequency: weekly
|
|||
|
|
|||
|
# Delay for propagating of the TXT DNS records when renewing the certificates
|
|||
|
certbot_propagation_delay: 60
|