add loglevel to plugin config

This commit is contained in:
Robert Kaussow 2018-06-23 19:43:35 +02:00
parent f4d4d6c29c
commit 5e73dfb67c
2 changed files with 4 additions and 0 deletions

View File

@ -40,3 +40,4 @@ certbot_core_networks_api_host: https://beta.api.core-networks.de/
certbot_core_networks_api_user: myuser
certbot_core_networks_api_password: secure
certbot_core_networks_dns_zone: mydomain.com
certbot_core_networks_log_level: error

View File

@ -8,3 +8,6 @@ PASSWORD = {{ certbot_core_networks_api_password }}
[DNS]
ZONE = {{ certbot_core_networks_dns_zone }}
[LOG]
LEVEL = {{ certbot_core_networks_log_level }}