Closed pjdufour-dds closed 4 years ago
Add flags for customizing the TLS configuration, including:
tls-min-version
tls-cipher-suites
tls-curve-preferences
This will include adding const variables and updating the initFlags, checkConfig, and serve command functions.
initFlags
checkConfig
Done
Add flags for customizing the TLS configuration, including:
tls-min-version
tls-cipher-suites
tls-curve-preferences
This will include adding const variables and updating the
initFlags
,checkConfig
, and serve command functions.