Fix SSL with multiple names

This commit is contained in:
Emilien Mantel
2020-02-04 11:07:21 +01:00
parent 8c3b1c7f13
commit d8f6088362
3 changed files with 10 additions and 3 deletions

View File

@@ -83,7 +83,9 @@
- name: 'test-ssl-selfsigned.local'
self_signed: true
force: false
- name: 'test-ssl-predeployed.local'
- name:
- 'test-ssl-predeployed.local'
- 'test-multiple-name.local' # Hack: tests for acme with multiple name, without using acme
dest_key: "{{ int_ansible_ssl_dir }}/test.key"
dest_cert: "{{ int_ansible_ssl_dir }}/test.crt"
- name: 'test-ssl.local'