Created
July 29, 2024 07:24
-
-
Save fishuke/de0cd6414a261683f4fe2b4144d54ab2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tls: | |
options: | |
default: | |
minVersion: VersionTLS12 | |
sniStrict: true | |
cipherSuites: | |
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | |
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | |
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | |
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 | |
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment