SHA256
1
0
forked from pool/apache2

Accepting request 836064 from Apache

- gensslcert: fix SAN in final cert generation (forwarded request 836062 from jtomasiak)

OBS-URL: https://build.opensuse.org/request/show/836064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=173
This commit is contained in:
Dominique Leuenberger 2020-09-25 14:25:23 +00:00 committed by Git OBS Bridge
commit 069817662b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 22 09:12:31 UTC 2020 - Jacek Tomasiak <jtomasiak@suse.com>
- gensslcert: fix SAN in final cert generation
-------------------------------------------------------------------
Fri Sep 11 15:24:39 UTC 2020 - Franck Bui <fbui@suse.com>

View File

@ -174,7 +174,7 @@ echo;myecho creating server request ...
cat >/root/.mkcert.cfg <<EOT
extensions = x509v3
[ x509v3 ]
subjectAltName = DNS:$CN
subjectAltName = $altName
nsComment = $comment
nsCertType = server
EOT