Fix: Invalid Certificate

This commit is contained in:
Jay 2024-08-07 18:04:14 +09:00
parent 83d20abd80
commit a4382a1d6c
Signed by: Jay
GPG Key ID: A40DB907D289BF5A
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ L="Seoul"
O="SCOPE.Inc" O="SCOPE.Inc"
OU="SCOPE Lab" OU="SCOPE Lab"
emailAddress="jay3920@scope.co.kr" emailAddress="jay3920@scope.co.kr"
CN="Invalid Test" CN="Jay Test Certificate"
[req_ext] [req_ext]
subjectAltName = @alt_names subjectAltName = @alt_names

View File

@ -70,7 +70,7 @@ x509_extensions = v3_ca
# See <https://en.wikipedia.org/wiki/Certificate_signing_request>. # See <https://en.wikipedia.org/wiki/Certificate_signing_request>.
countryName = KR countryName = KR
stateOrProvinceName = Seoul stateOrProvinceName = Seoul
localityName = seoul localityName = Seoul
0.organizationName = SCOPE.Inc 0.organizationName = SCOPE.Inc
organizationalUnitName = SCOPE Lab organizationalUnitName = SCOPE Lab
commonName = SCOPE ICA (Lab) commonName = SCOPE ICA (Lab)

View File

@ -64,13 +64,13 @@ encrypt_key = no
default_md = sha256 default_md = sha256
# Extension to add when the -x509 option is used. # Extension to add when the -x509 option is used.
req_extensions = v3_ca x509_extensions = v3_ca
[ req_distinguished_name ] [ req_distinguished_name ]
# See <https://en.wikipedia.org/wiki/Certificate_signing_request>. # See <https://en.wikipedia.org/wiki/Certificate_signing_request>.
countryName = KR countryName = KR
stateOrProvinceName = Seoul stateOrProvinceName = Seoul
localityName = seoul localityName = Seoul
0.organizationName = SCOPE.Inc 0.organizationName = SCOPE.Inc
organizationalUnitName = SCOPE.Inc organizationalUnitName = SCOPE.Inc
commonName = SCOPE Self Sign CA commonName = SCOPE Self Sign CA