소스 검색

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

불러오는 중...
취소
저장