ソースを参照

link self signed certificate

master
コミット
14a286b91d
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      tasks/provider-selfsigned.yml

+ 6
- 0
tasks/provider-selfsigned.yml ファイルの表示

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

読み込み中…
キャンセル
保存