Reference Guide

ecdhe-rsa-with-aes-256-gcm-SHA384
Default All cipher suites installed in OS10 are supported.
Command Mode CONFIGURATION
Usage Information
Use the rest https cipher-suite command to restrict the ciphers that a RESTCONF HTTPS session
uses.
The no version of the command removes the congured cipher list and restores the default value.
Example
OS10(config)# rest https cipher-suite dhe-rsa-with-aes-128-gcm-SHA256
dhe-rsa-with-aes-256-gcm-SHA384 ecdhe-rsa-with-aes-256-gcm-SHA384
Supported Releases 10.4.1.0 or later
rest https server-certicate
Creates the SSL self-signed server certicate used in a RESTCONF HTTPS connection.
Syntax
rest https server-certificate name hostname
Parameters name hostname — Enter the IP address or domain name of the OS10 switch.
Default hostname is the domain name of the OS10 switch.
Command Mode CONFIGURATION
Usage Information The no version of the command removes the host name from the SSL server certicate.
Example
OS10(config)# rest https server-certificate name 10.10.10.10
Supported Releases 10.4.1.0 or later
rest https session timeout
Congures the timeout used in a RESTCONF HTTPS connection.
Syntax
rest https session timeout seconds
Parameters seconds — Enter the timeout used to wait for an HTTPS request from a RESTCONF client (30 to 65535
seconds).
Default 30 seconds
Command Mode CONFIGURATION
Usage Information
If no HTTPS request is received within the congured time, the switch closes the RESTCONF HTTPS session.
The no version of the command removes the congured RESTCONF HTTPS session timeout.
Example
OS10# rest https session timeout 60
Supported Releases 10.4.1.0 or later
RESTCONF API 787