Skip to main content

tls command

Use this command to set the minimum TLS level.

Syntax:
tls [-options]
Table 1. tls options
OptionDescriptionValues
-minSelect the minimum TLS level1.2, 1.3
Note
When the cryptography mode is set to the NIST-800-131A Compliance mode, the TLS version must be set to 1.2.
-hList the usage and options 
Note
  1. When the cryptography mode is set to the NIST-800-131A Compliance mode, the TLS version must be set to 1.2.

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>