我要评分
获取效率
正确性
完整性
易理解

Importing Certificates

Import certificates into offload nodes (ceph1, ceph2, and ceph3) and execute the service flow.

Table 1 Parameter description

Parameter

Description

Task Name

Importing certificates into offload nodes

Task Description

Importing certificates issued by the CA server into offload nodes

Run Directory

/

Run Command

echo password | su -s /bin/bash - haf -c "haf-tool cert --server ca_server_ip --path ca_server_path --user ca_server_user --import --offload"

NOTE:

The script parameters are described as follows:

  • password: Password for logging in to the CA server.
  • ca_server_ip: IP address of the CA server.
  • ca_server_path: Certificate issuing path of the CA server.
  • ca_server_user: User name for logging in to the CA server.
  • "echo password |" is a temporary method used by SmartKit due to interactive bugs. If you use the CLI tool, you do not need to add it.

Whether to Check Return Code

Yes

Expected Return Code

0

On SmartKit, select offload nodes and execute the service flow. The procedure is complete when the execution is successful.