bind ssl-policy

Function

The bind ssl-policy command binds an SSL policy to a TCP connection.

The undo bind ssl-policy command unbinds an SSL policy from a TCP connection.

By default, no SSL policy is bound to a TCP connection.

Format

bind ssl-policy policy-name

undo bind ssl-policy [ policy-name ]

Parameters

Parameter Description Value
policy-name

Specifies the name of an SSL policy.

The value is a string of 1 to 23 case-insensitive characters, spaces not supported. The string can contain only letters, digits, and underscores (_).

Views

Remote backup service view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
rbs write

Usage Guidelines

Usage Scenario

Remote backup enables a device to send service data to the remote device through a TCP connection. However, a common TCP connection has security risks. You can run the bind ssl-policy command to bind an SSL policy to a TCP connection so that an SSL connection is established between devices.

Prerequisites

  • An SSL policy has been created using the ssl policy policy-name command.
  • An RBS has been created using the remote-backup-service service-name command.

In VS mode, this command is supported only by the admin VS.

Example

# Bind SSL policy 1 to a TCP connection.
<HUAWEI> system-view
[~HUAWEI] ssl policy 1
[*HUAWEI-ssl-policy-1] commit
[~HUAWEI] quit
[~HUAWEI] remote-backup-service rbs
[*HUAWEI-rm-backup-srv-rbs] bind ssl-policy 1
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >