Accepting request 836062 from home:jtomasiak:branches:Apache

- gensslcert: fix SAN in final cert generation

OBS-URL: https://build.opensuse.org/request/show/836062
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=619
This commit is contained in:
Petr Gajdos 2020-09-22 10:44:35 +00:00 committed by Git OBS Bridge
parent 214a6b8ed2
commit e63224d57c
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