tls command
Use this command to set the minimum TLS level.
The following table shows the arguments for the options.
Option | Description | Values |
---|---|---|
-min | Select the minimum TLS level | 1.1, 1.21, 1.3 |
-h | List the usage and options | |
Note
|
Usage:
tls [-options] - configures the minimum TLS level
-min <1.1 | 1.2 | 1.3> - Selects the minimum TLS level
-h - Lists usage and options
Examples:
To get the usage for the tls command, issue the following command:
system> tls
-h
system>
To obtain the current tls version, issue the following command:
system> tls
-min 1.2
system>
To change the current tls version to 1.2, issue the following command:
system> tls
-min 1.2
ok
system>
Give documentation feedback