We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6da4b commit dfb6a5dCopy full SHA for dfb6a5d
create_ca_cert.sh
@@ -82,7 +82,7 @@ EOF
82
[[ ${DEBUG} -gt 0 ]] && openssl req -in ia.csr -noout -text
83
84
logInfo "Sign the IA request with the CA cert and key, producing the IA cert"
85
-openssl x509 -req -days 730 -in ia.csr -CA ${CA_CRT_FILE} -CAkey ${CA_KEY_FILE} -out ia.crt -passin pass:foobar -extensions IA -extfile <(
+openssl x509 -req -days 730 -in ia.csr -CA ${CA_CRT_FILE} -CAkey ${CA_KEY_FILE} -CAserial ${CA_SRL_FILE} -out ia.crt -passin pass:foobar -extensions IA -extfile <(
86
cat <<-EOF
87
[req]
88
distinguished_name = dn
0 commit comments