1
0
Fork 0

openssl-little-CA: re-use for authority re-signing

This commit is contained in:
Chl 2022-09-25 15:38:42 +02:00
parent 9536d4583d
commit 382274a038
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ case $1 in
echo "Signed certificate is in newcert.pem"
;;
-signCA)
$CA -policy policy_anything -out newcert.pem -extensions v3_ca -infiles newreq.pem
$CA -policy policy_anything -out newcert.pem $CADAYS -extensions v3_ca -infiles newreq.pem
RET=$?
echo "Signed CA certificate is in newcert.pem"
;;