use fullchain cert
This commit is contained in:
parent
d6a3d8a71e
commit
22c4727107
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
- name: Copy certificates
|
||||
file:
|
||||
src: "/etc/letsencrypt/live/{{ item.from }}/cert.pem"
|
||||
src: "/etc/letsencrypt/live/{{ item.from }}/fullchain.pem"
|
||||
dest: "/etc/nginx/certs/{{ item.from }}.crt"
|
||||
state: link
|
||||
force: yes
|
||||
|
|
Loading…
Reference in a new issue