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.0, 1.1, 1.2 1 |
-h | List the usage and options | |
Note
|
Syntax:
tls [<em className="ph i">options</em>]
option:
-min <em className="ph i">1.0|1.1|1.2</em>
-h
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.0
system>
To change the current tls version to 1.2, issue the following command:
system> tls
-min 1.2
ok
system>
Give feedback