forked from pool/apache2
- gensslcert sets CA:TRUE in basic constrains of CA cert [bsc#1180530]
- modified sources % apache2-gensslcert OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=642
This commit is contained in:
parent
4c15e1f282
commit
8bf24e5ac6
@ -114,6 +114,7 @@ distinguished_name = req_distinguished_name
|
||||
attributes = req_attributes
|
||||
prompt = no
|
||||
output_password = mypass
|
||||
x509_extensions = req_v3_ca
|
||||
|
||||
[ req_distinguished_name ]
|
||||
C = $C
|
||||
@ -125,7 +126,11 @@ CN = $CN
|
||||
emailAddress = $email
|
||||
|
||||
[ req_attributes ]
|
||||
challengePassword = $RANDOM$RANDOMA challenge password
|
||||
challengePassword = $RANDOM$RANDOMA challenge password
|
||||
|
||||
[req_v3_ca]
|
||||
# bsc#1180530
|
||||
basicConstraints = critical,CA:true
|
||||
EOT
|
||||
|
||||
echo;myecho creating CA request/certificate ...
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 11:24:20 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- gensslcert sets CA:TRUE in basic constrains of CA cert [bsc#1180530]
|
||||
- modified sources
|
||||
% apache2-gensslcert
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 14:59:12 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user