|
|
@ -6,6 +6,8 @@
|
|
|
|
become_user: "{{ acme_system_user }}"
|
|
|
|
become_user: "{{ acme_system_user }}"
|
|
|
|
command: >-
|
|
|
|
command: >-
|
|
|
|
./acme.sh --issue
|
|
|
|
./acme.sh --issue
|
|
|
|
|
|
|
|
--home {{ acme_installation_directory | quote }}
|
|
|
|
|
|
|
|
--config-home {{ acme_configuration_directory | quote }}
|
|
|
|
--domain "{{ domain | quote }}"
|
|
|
|
--domain "{{ domain | quote }}"
|
|
|
|
--webroot "{{ nginx_validation_root_directory | quote }}"
|
|
|
|
--webroot "{{ nginx_validation_root_directory | quote }}"
|
|
|
|
--ecc
|
|
|
|
--ecc
|
|
|
@ -20,6 +22,8 @@
|
|
|
|
become_user: "{{ acme_system_user }}"
|
|
|
|
become_user: "{{ acme_system_user }}"
|
|
|
|
command: >-
|
|
|
|
command: >-
|
|
|
|
./acme.sh --install-cert
|
|
|
|
./acme.sh --install-cert
|
|
|
|
|
|
|
|
--home {{ acme_installation_directory | quote }}
|
|
|
|
|
|
|
|
--config-home {{ acme_configuration_directory | quote }}
|
|
|
|
--domain "{{ domain | quote }}"
|
|
|
|
--domain "{{ domain | quote }}"
|
|
|
|
--key-file "{{ acme_key_location | quote }}"
|
|
|
|
--key-file "{{ acme_key_location | quote }}"
|
|
|
|
--fullchain-file "{{ acme_certificate_location | quote }}"
|
|
|
|
--fullchain-file "{{ acme_certificate_location | quote }}"
|
|
|
|