Skip to content

Commit

Permalink
Update TLS script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Sep 10, 2023
1 parent d38f0f3 commit 0170bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/gen-test-certs.sh
Original file line number Diff line number Diff line change
@@ -53,9 +53,9 @@ keyUsage = digitalSignature, keyEncipherment
nsCertType = client
_END_

generate_cert server "localhost" "-extfile ./tls/openssl.cnf -extensions server_cert"
generate_cert server "Server-only" "-extfile ./tls/openssl.cnf -extensions server_cert"
generate_cert client "Client-only" "-extfile ./tls/openssl.cnf -extensions client_cert"
generate_cert redis "Generic-cert"
generate_cert redis "localhost" "-extfile ./tls/openssl.cnf -extensions server_cert"

# List generated certs
ls -la ./tls

0 comments on commit 0170bdc

Please sign in to comment.