certbot and nginx working
This commit is contained in:
3
ansible/roles/certbot/templates/cli.ini.j2
Normal file
3
ansible/roles/certbot/templates/cli.ini.j2
Normal file
@ -0,0 +1,3 @@
|
||||
rsa-key-size = 4096
|
||||
email = {{ certbot_email }}
|
||||
agree-tos = true
|
@ -1,4 +1,6 @@
|
||||
dns_rfc2136_server = {{ certbot_rfc2136_server }}
|
||||
dns_rfc2136_port = {{ certbot_rfc2136_port | default(53) }}
|
||||
dns_rfc2136_name = {{ certbot_rfc2136_key_name }}
|
||||
dns_rfc2136_secret = {{ certbot_rfc2136_key_secret }}
|
||||
dns_rfc2136_algorithm = {{ certbot_rfc2136_key_algorithm }}
|
||||
dns_rfc2136_algorithm = {{ certbot_rfc2136_key_algorithm | upper }}
|
||||
dns_rfc2136_sign_query = true
|
||||
|
Reference in New Issue
Block a user