Fix: Invalid Certificate
This commit is contained in:
parent
83d20abd80
commit
a4382a1d6c
@ -14,7 +14,7 @@ L="Seoul"
|
||||
O="SCOPE.Inc"
|
||||
OU="SCOPE Lab"
|
||||
emailAddress="jay3920@scope.co.kr"
|
||||
CN="Invalid Test"
|
||||
CN="Jay Test Certificate"
|
||||
|
||||
[req_ext]
|
||||
subjectAltName = @alt_names
|
||||
|
@ -70,7 +70,7 @@ x509_extensions = v3_ca
|
||||
# See <https://en.wikipedia.org/wiki/Certificate_signing_request>.
|
||||
countryName = KR
|
||||
stateOrProvinceName = Seoul
|
||||
localityName = seoul
|
||||
localityName = Seoul
|
||||
0.organizationName = SCOPE.Inc
|
||||
organizationalUnitName = SCOPE Lab
|
||||
commonName = SCOPE ICA (Lab)
|
||||
|
@ -64,13 +64,13 @@ encrypt_key = no
|
||||
default_md = sha256
|
||||
|
||||
# Extension to add when the -x509 option is used.
|
||||
req_extensions = v3_ca
|
||||
x509_extensions = v3_ca
|
||||
|
||||
[ req_distinguished_name ]
|
||||
# See <https://en.wikipedia.org/wiki/Certificate_signing_request>.
|
||||
countryName = KR
|
||||
stateOrProvinceName = Seoul
|
||||
localityName = seoul
|
||||
localityName = Seoul
|
||||
0.organizationName = SCOPE.Inc
|
||||
organizationalUnitName = SCOPE.Inc
|
||||
commonName = SCOPE Self Sign CA
|
||||
|
Loading…
Reference in New Issue
Block a user