Use the ssl-profile command to configure the lowest TLS version supported by the SLX software. SLX uses OpenSSL to provide transport layer security and the current version of OpenSSL supports TLS v 1.1 to TLS v 1.2. Since the SLX box can be considered as both a client as well as a server, you can apply different supported TLS versions for each of these types. This ssl-profile command enables you to select the SLX operation mode from either Client or Server and then set the lowest supported TLS version.
Specifies that the configuration is for when the SLX is a client to another device.
Specifies that the configuration is for when the SLX acts as a server to other devices.
Management Security mode
Opens and navigates into the specific configuration modes.
This example show how to navigate into the Client configuration mode inside the Management Security mode.
SLX # conf term Entering configuration mode terminal SLX (config)# SLX (config)# management-security SLX (mgmt-security)# ? SLX (mgmt-security)# ssl-profile ? Possible completions: client management security ssl profile client for tls configuration server management security ssl profile server for tls configuration SLX (mgmt-security)# ssl-profile client SLX (mgmt-sec-ssl-profile-client)#