Bläddra i källkod

link self signed certificate

master
förälder
incheckning
14a286b91d
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. +6
    -0
      tasks/provider-selfsigned.yml

+ 6
- 0
tasks/provider-selfsigned.yml Visa fil

@@ -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

Laddar…
Avbryt
Spara