Skip to content

Instantly share code, notes, and snippets.

@fishuke
Created July 29, 2024 07:24
Show Gist options
  • Save fishuke/de0cd6414a261683f4fe2b4144d54ab2 to your computer and use it in GitHub Desktop.
Save fishuke/de0cd6414a261683f4fe2b4144d54ab2 to your computer and use it in GitHub Desktop.
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