280
Default level
2: System level
Parameters
policy-name:
SSL server policy name, a case-insensitive string of 1 to 16 characters, which cannot be "a",
"al", or "all".
all
: Specifies all SSL server policies.
Description
Use the
ssl server-policy
command to create an SSL server policy and enter its view.
Use the
undo ssl server-policy
command to delete a specified SSL server policy or all SSL server policies.
You cannot delete an SSL server policy that has been associated with one or more application layer
protocols.
Related commands:
display ssl server-policy
.
Examples
# Create SSL server policy
policy1
and enter its view.
<Sysname> system-view
[Sysname] ssl server-policy policy1
[Sysname-ssl-server-policy-policy1]
version
Syntax
In non-FIPS mode:
version
{
ssl3.0
|
tls1.0
}
undo version
In FIPS mode:
version tls1.0
undo version
View
SSL client policy view
Default level
2: System level
Parameters
ssl3.0
: Specifies SSL 3.0.
tls1.0
: Specifies TLS 1.0.
Description
Use the
version
command to specify the SSL protocol version for an SSL client policy.
Use the
undo version
command to restore the default.
By default, the SSL protocol version for an SSL client policy is TLS 1.0.
Related commands:
display ssl client-policy
.