mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fixes certbot executable name
This commit is contained in:
parent
11aa29849a
commit
4efe192db2
@ -24,11 +24,11 @@ certbot_handle_certs: true
|
|||||||
certbot_register_email: user@example.com
|
certbot_register_email: user@example.com
|
||||||
|
|
||||||
# The command to run to register with Let's Encrypt
|
# The command to run to register with Let's Encrypt
|
||||||
certbot_register_command: certbot --non-interactive --agree-tos --email "{{ certbot_register_email }}"
|
certbot_register_command: "{{ certbot_script }} --non-interactive --agree-tos --email {{ certbot_register_email }}"
|
||||||
|
|
||||||
# The domains to generate certs for
|
# The domains to generate certs for
|
||||||
certbot_domains:
|
certbot_domains:
|
||||||
- 'example.com'
|
- 'example.com'
|
||||||
|
|
||||||
# The command to run to generate the certificates
|
# The command to run to generate the certificates
|
||||||
certbot_cert_command: certbot certonly --noninteractive --standalone
|
certbot_cert_command: "{{ certbot_script }} certonly --noninteractive --standalone"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user