From 4fa4fe2596c086e56ec969191d1d907ef2c09636 Mon Sep 17 00:00:00 2001 From: Simon Bein Date: Mon, 6 Nov 2023 12:02:07 +0100 Subject: [PATCH] fix wording Signed-off-by: Simon Bein --- testdata/openssl.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testdata/openssl.conf b/testdata/openssl.conf index 2382bda75..07b726b16 100644 --- a/testdata/openssl.conf +++ b/testdata/openssl.conf @@ -12,7 +12,7 @@ default_days = 3650 default_md = sha256 policy = policy_anything copy_extensions = copy -# don't make subjects unique, as we generate two certificates using the same subject line +# don't require unique subjects, as we generate two certificates using the same subject line unique_subject = no [policy_anything] @@ -45,4 +45,5 @@ commonName_default = helm.sh # [alternate_names] # This is now set in generate.sh as we want to generate two certs from this config -# using different alternate_names \ No newline at end of file +# using different alternate_names +