Skip to content

Commit

Permalink
Add subjectAltName to openssl command
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Sep 10, 2023
1 parent 967b225 commit e357a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/gen-test-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ openssl req \
-key ./tls/ca.key \
-days 3650 \
-subj '/O=Redis Test/CN=Certificate Authority' \
-addext 'subjectAltName = DNS:localhost' \
-out ./tls/ca.crt

cat > ./tls/openssl.cnf <<_END_
Expand Down

0 comments on commit e357a9c

Please sign in to comment.