diff --git a/tasks/provider-selfsigned.yml b/tasks/provider-selfsigned.yml index 70f4a3d..03bb1ec 100644 --- a/tasks/provider-selfsigned.yml +++ b/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