fix the default end date and extended key usage for test certificates

This commit is contained in:
olszomal 2021-01-05 09:58:05 +01:00 committed by Michał Trojnara
parent 2f011cfc31
commit 1dc209baa8

View File

@ -18,7 +18,8 @@ default_md = sha256
preserve = no
policy = policy_loose
default_startdate = 180101000000Z
default_enddate = 210101000000Z
default_enddate = 241231000000Z
x509_extensions = v3_req
[ req ]
# Options for the `req` tool
@ -40,6 +41,12 @@ subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid, issuer
extendedKeyUsage = codeSigning
[ v3_req ]
basicConstraints = CA:FALSE
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid, issuer
extendedKeyUsage = codeSigning
[ policy_loose ]
# Allow the intermediate CA to sign a more diverse range of certificates.
# See the POLICY FORMAT section of the `ca` man page.