Skip to content

Commit

Permalink
Typo fix in gen-test-certs.sh (redis#8841)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfee authored Apr 25, 2021
1 parent af035c1 commit cc0091f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/gen-test-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# tests/tls/ca.{crt,key} Self signed CA certificate.
# tests/tls/redis.{crt,key} A certificate with no key usage/policy restrictions.
# tests/tls/client.{crt,key} A certificate restricted for SSL client usage.
# tests/tls/server.{crt,key} A certificate restricted fro SSL server usage.
# tests/tls/server.{crt,key} A certificate restricted for SSL server usage.
# tests/tls/redis.dh DH Params file.

generate_cert() {
Expand Down

0 comments on commit cc0091f

Please sign in to comment.