From 3d351c536780b375ede91e06f6616cb11aa7466e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 5 Mar 2019 08:37:56 +0100 Subject: [PATCH] 2.7 way to make sure no SANs are there. --- .../targets/openssl_certificate/tasks/assertonly.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/targets/openssl_certificate/tasks/assertonly.yml b/test/integration/targets/openssl_certificate/tasks/assertonly.yml index 88df62d18e8..37f2644c253 100644 --- a/test/integration/targets/openssl_certificate/tasks/assertonly.yml +++ b/test/integration/targets/openssl_certificate/tasks/assertonly.yml @@ -7,9 +7,6 @@ openssl_csr: path: '{{ output_dir }}/csr_noext.csr' privatekey_path: '{{ output_dir }}/privatekey.pem' - subject: - commonName: www.example.com - useCommonNameForSAN: no - name: Generate selfsigned certificate (no extensions) openssl_certificate: