Modification nom du fichier certificat
This commit is contained in:
parent
586838066e
commit
3f7baa3873
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@
|
|||
|
||||
- name: Copie le certificat wildcard
|
||||
ansible.builtin.get_url:
|
||||
url: "{{ lookup('env', 'AAP_RESSOURCES_URL') }}/libretic/cert/libretic.fr/fullchain1.pem"
|
||||
url: "{{ lookup('env', 'AAP_RESSOURCES_URL') }}/libretic/cert/libretic.fr/fullchain.pem"
|
||||
dest: "/etc/ssl/certs/libretic.fr.pem"
|
||||
username: "{{ lookup('env', 'AAP_RESSOURCES_USER') }}"
|
||||
password: "{{ lookup('env', 'AAP_RESSOURCES_PASSWORD') }}"
|
||||
|
@ -197,7 +197,7 @@
|
|||
|
||||
- name: Copie la clé du certificat wildcard
|
||||
ansible.builtin.get_url:
|
||||
url: "{{ lookup('env', 'AAP_RESSOURCES_URL') }}/libretic/cert/libretic.fr/privkey1.pem"
|
||||
url: "{{ lookup('env', 'AAP_RESSOURCES_URL') }}/libretic/cert/libretic.fr/privkey.pem"
|
||||
dest: "/etc/ssl/private/libretic.fr.key"
|
||||
username: "{{ lookup('env', 'AAP_RESSOURCES_USER') }}"
|
||||
password: "{{ lookup('env', 'AAP_RESSOURCES_PASSWORD') }}"
|
||||
|
|
Loading…
Reference in a new issue