Skip to content

Commit 14590ab

Browse files
committed
Fix OpenSSL CA config for CI
1 parent 23a3440 commit 14590ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/generate-root-ca.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ if [ ! -f "${CA_NAME}.pem" ]; then
2828
cat <<EOF
2929
[req]
3030
distinguished_name = req_distinguished_name
31+
prompt = no
32+
33+
[req_distinguished_name]
34+
3135
[v3_ca]
3236
basicConstraints = critical,CA:true
3337
keyUsage = critical,keyCertSign,cRLSign,digitalSignature

0 commit comments

Comments
 (0)