From a6163aff1675ecc174058520171887c4f464f0bc Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 4 Aug 2020 21:37:21 +0100 Subject: [PATCH] fix: alt name --- myCA/openssl.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myCA/openssl.cnf b/myCA/openssl.cnf index 76efdc7..42f4de5 100644 --- a/myCA/openssl.cnf +++ b/myCA/openssl.cnf @@ -110,7 +110,7 @@ nsComment = "OpenSSL Generated Certificate" keyUsage = digitalSignature, nonRepudiation, keyEncipherment [alt_names] -DNS.1 = squid.yourdomain.com +DNS.1 = git.local-domain [ v3_req ] basicConstraints = CA:false