Explorar el Código

link self signed certificate

master
padre
commit
14a286b91d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      tasks/provider-selfsigned.yml

+ 6
- 0
tasks/provider-selfsigned.yml Ver fichero

@@ -16,3 +16,9 @@
environment:
PRIVATE_KEY_PASSWORD: "{{ certificate_private_key_password | default('') }}"
notify: certificate changed

- name: link full certificate chain file
file:
src: "{{ certificate_file }}"
dest: "{{ certificate_fullchain_file }}"
state: link

Cargando…
Cancelar
Guardar