mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 10:24:29 -05:00
fix the default end date and extended key usage for test certificates
This commit is contained in:
parent
2f011cfc31
commit
1dc209baa8
@ -18,7 +18,8 @@ default_md = sha256
|
|||||||
preserve = no
|
preserve = no
|
||||||
policy = policy_loose
|
policy = policy_loose
|
||||||
default_startdate = 180101000000Z
|
default_startdate = 180101000000Z
|
||||||
default_enddate = 210101000000Z
|
default_enddate = 241231000000Z
|
||||||
|
x509_extensions = v3_req
|
||||||
|
|
||||||
[ req ]
|
[ req ]
|
||||||
# Options for the `req` tool
|
# Options for the `req` tool
|
||||||
@ -40,6 +41,12 @@ subjectKeyIdentifier = hash
|
|||||||
authorityKeyIdentifier = keyid, issuer
|
authorityKeyIdentifier = keyid, issuer
|
||||||
extendedKeyUsage = codeSigning
|
extendedKeyUsage = codeSigning
|
||||||
|
|
||||||
|
[ v3_req ]
|
||||||
|
basicConstraints = CA:FALSE
|
||||||
|
subjectKeyIdentifier = hash
|
||||||
|
authorityKeyIdentifier = keyid, issuer
|
||||||
|
extendedKeyUsage = codeSigning
|
||||||
|
|
||||||
[ policy_loose ]
|
[ policy_loose ]
|
||||||
# Allow the intermediate CA to sign a more diverse range of certificates.
|
# Allow the intermediate CA to sign a more diverse range of certificates.
|
||||||
# See the POLICY FORMAT section of the `ca` man page.
|
# See the POLICY FORMAT section of the `ca` man page.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user