From 758a537a8db8734c098226a054284abdb1858f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Thu, 12 Jul 2018 11:12:29 +0200 Subject: [PATCH] For SANs certificates, also add a CN for the first domain --- evoacme/files/make-csr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/evoacme/files/make-csr.sh b/evoacme/files/make-csr.sh index f2257a2f..c9ba8c92 100755 --- a/evoacme/files/make-csr.sh +++ b/evoacme/files/make-csr.sh @@ -153,6 +153,7 @@ EOF done san=$(echo "${san}" | sed 's/^,//') cat "${SSL_CONFIG_FILE}" - > "${config_file}" <