Changement nom certificat wildcard
This commit is contained in:
parent
5a25da1844
commit
6d65a35082
2 changed files with 4 additions and 4 deletions
|
@ -68,9 +68,9 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
with_items:
|
with_items:
|
||||||
- src: fullchain1.pem
|
- src: fullchain.pem
|
||||||
dest: tls.crt
|
dest: tls.crt
|
||||||
- src: privkey1.pem
|
- src: privkey.pem
|
||||||
dest: tls.key
|
dest: tls.key
|
||||||
notify:
|
notify:
|
||||||
- update-kustomization-base
|
- update-kustomization-base
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
- name: Copie du certificat wildcard libretic
|
- name: Copie du certificat wildcard libretic
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/cert1.pem"
|
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/fullchain.pem"
|
||||||
dest: "/etc/ssl/certs/libretic.fr.crt"
|
dest: "/etc/ssl/certs/libretic.fr.crt"
|
||||||
remote_src: true
|
remote_src: true
|
||||||
mode: u=rw,g=r,o=
|
mode: u=rw,g=r,o=
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
- name: Copie de la clé wildcard libretic
|
- name: Copie de la clé wildcard libretic
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/privkey1.pem"
|
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/privkey.pem"
|
||||||
dest: "/etc/ssl/private/libretic.fr.key"
|
dest: "/etc/ssl/private/libretic.fr.key"
|
||||||
mode: u=rw,g=r,o=
|
mode: u=rw,g=r,o=
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
Loading…
Reference in a new issue