Perle Systems STS Network Card User Manual


 
SSL/TLS Commands
32 IOLAN SDS/SCS/STS CLI Reference Guide, Version 3.6
Set SSL Server Cipher-suite
organisation-unit
Up to a 64 character entry for the unit in the organisation; for example, Payroll. This
field is case sensitive in order to successfully match the information in the peer
SSL/TLS certificate.
common-name
Up to a 64 character entry for common name; for example, the host name or fully
qualified domain name. This field is case sensitive in order to successfully match the
information in the peer SSL/TLS certificate.
email
Up to a 64 character entry for an email address; for example, acct@anycompany.com.
This field is case sensitive in order to successfully match the information in the peer
SSL/TLS certificate.
Description Sets the default SSL/TLS cipher suite parameters.
User Level Admin
Syntax
set ssl server cipher-suite
option1|option2|option3|option4|option5
encryption any|aes|3des|des|arcfour|arctwo|none
min-key-size 40|56|64|128|168|256
max-key-size 40|56|64|128|168|256
key-exchange any|rsa|edh-rsa|edh-dss|adh
hmac any|sha1|md5
Options option1|option2|option3|option4|option5
Sets the priority of the cipher suite, with option1 being highest priority and option5
lowest priority.
encryption
Select the type of encryption that will be used for the SSL connection:
z Any—Will use the first encryption format that can be negotiated.
z AES
z 3DES
z DES
z ARCFOUR
z ARCTWO
z None—Removes any values defined for the cipher option.
The default value is Any.
min-key-size
The minimum key size value that will be used for the specified encryption type. The
default is 40.
max-key-size
The maximum key size value that will be used for the specified encryption type. The
default is 256.