2.7 way to make sure no SANs are there.

pull/53477/head
Felix Fontein 6 years ago committed by Toshio Kuratomi
parent 94b5a03b0e
commit 3d351c5367

@ -7,9 +7,6 @@
openssl_csr: openssl_csr:
path: '{{ output_dir }}/csr_noext.csr' path: '{{ output_dir }}/csr_noext.csr'
privatekey_path: '{{ output_dir }}/privatekey.pem' privatekey_path: '{{ output_dir }}/privatekey.pem'
subject:
commonName: www.example.com
useCommonNameForSAN: no
- name: Generate selfsigned certificate (no extensions) - name: Generate selfsigned certificate (no extensions)
openssl_certificate: openssl_certificate:

Loading…
Cancel
Save