Skip to content

Commit

Permalink
fix: fix typo in enum values of ssl.clientAuth config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse authored and mergify[bot] committed May 31, 2023
1 parent 04fec38 commit c5703c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
# secured: false
# alpn: false
# ssl:
# clientAuth: none # Supports none, request, requires
# clientAuth: none # Supports none, request, required
# tlsProtocols: TLSv1.2, TLSv1.3
# tlsCiphers: TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
# keystore:
Expand Down

0 comments on commit c5703c8

Please sign in to comment.