From bfe4fa372387777222d57e7485f0ac043443f736 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 4 Aug 2019 16:06:41 +0200 Subject: [PATCH] openssl/subjectAltName --- in/public/security/openssl/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/in/public/security/openssl/index.rst b/in/public/security/openssl/index.rst index e328d72..ca15cfe 100644 --- a/in/public/security/openssl/index.rst +++ b/in/public/security/openssl/index.rst @@ -13,7 +13,7 @@ RSA openssl \ genrsa \ -out "private_key.pem" \ - 4096 \ + 4096 Human readable: @@ -83,7 +83,8 @@ Generate a certificate request -new \ -utf8 \ -key "private_key.pem" \ - -out "certificate_request.csr" + -out "certificate_request.csr" \ + -addext "subjectAltName=DNS:domain.tld" Human readable: