set the certificate expiration date for CRL verification tests

This commit is contained in:
olszomal 2020-07-24 14:00:49 +02:00
parent 8f56f3d620
commit 44a773401c
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ make_certs() {
script_path=$(pwd)
OPENSSL=openssl
CONF="${script_path}/openssltest.cnf"
$OPENSSL req -config $CONF -new -x509 -days 1800 -key demoCA/CA.key -out tmp/CACert.pem \
$OPENSSL req -config $CONF -new -x509 -days 3600 -key demoCA/CA.key -out tmp/CACert.pem \
-subj "/C=PL/O=osslsigncode/OU=Root CA/CN=CA/emailAddress=CA@example.com" \
2>> "makecerts.log" 1>&2'
test_result $?

View File

@ -19,7 +19,7 @@ x509_extensions = usr_cert
private_key = $dir/demoCA/CA.key
certificate = $dir/tmp/CACert.pem
default_startdate = 180101000000Z
default_enddate = 280101000000Z
default_enddate = 210101000000Z
[ req ]
encrypt_key = no