Options
All
  • Public
  • Public/Protected
  • All
Menu

TLSConfiguration holds TLS options

export
interface

V1TLSConfiguration

Hierarchy

  • V1TLSConfiguration

Index

Properties

ciphers?: string[]
memberof

V1TLSConfiguration

minTLSVersion?: string

MinTLSVersion is a way to specify the minimum protocol version that is acceptable for TLS connections. Protocol versions are based on the following most common TLS configurations:

https://ssl-config.mozilla.org/

Note that SSLv3.0 is not a supported protocol version due to well known vulnerabilities such as POODLE: https://en.wikipedia.org/wiki/POODLE

memberof

V1TLSConfiguration

Generated using TypeDoc