The recommend for tls_cipher_suites from vault tsl certificate config

Hi, support. May I know what is the recommendation for tls_cipher_suites from vault tsl certificate config

You can use any that GOLANG supports.

https://golang.org/src/crypto/tls/cipher_suites.go lists the Ciphers as well as insecure ones. See what’s supported with your provider, it’s usually a short list. They’re all TLS12+.