276
Parameters
time
: Handshake timeout time in seconds, in the range 180 to 7200.
Description
Use the
handshake timeout
command to set the handshake timeout time for an SSL server policy.
Use the
undo handshake timeout
command to restore the default.
By default, the handshake timeout time is 3600 seconds.
If the SSL server does not receive any packet from the SSL client before the handshake timeout time
expires, the SSL server will terminate the handshake process.
Related commands:
display ssl server-policy
.
Examples
# Set the handshake timeout time of SSL server policy policy1 to 3000 seconds.
<Sysname> system-view
[Sysname] ssl server-policy policy1
[Sysname-ssl-server-policy-policy1] handshake timeout 3000
pki-domain
Syntax
pki-domain
domain-name
undo pki-domain
View
SSL server policy view, SSL client policy view
Default level
2: System level
Parameters
domain
-name: Name of a PKI domain, a case-insensitive string of 1 to 15 characters.
Description
Use the
pki-domain
command to specify a PKI domain for an SSL server policy or SSL client policy.
Use the
undo pki-domain
command to restore the default.
By default, no PKI domain is configured for an SSL server policy or SSL client policy.
Related commands:
display ssl server-policy
and
display ssl client-policy
.
Examples
# Configure SSL server policy policy1 to use PKI domain
server-domain
.
<Sysname> system-view
[Sysname] ssl server-policy policy1
[Sysname-ssl-server-policy-policy1] pki-domain server-domain
# Configure SSL client policy policy1 to use PKI domain
client-domain
.
<Sysname> system-view
[Sysname] ssl client-policy policy1
[Sysname-ssl-client-policy-policy1] pki-domain client-domain