Importing Certificates
Import the certificates issued by the CA server into host nodes (server1, agent1, agent2, and agent3).
- Set task 2 parameters and click Save.
Table 1 Parameter description Parameter
Description
Task Name
Importing certificates into host nodes
Task Description
Exporting host node key files to the CA server
Run Directory
/
Run Command
echo password | /home/omm/haf-install/haf-host/tools/haf-tool cert --server ca_server_ip --path ca_server_path --user ca_server_user --import
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

- Execute the service flow. Click Finish in the lower right corner and select Run Service.

Parent topic: Configuring the Certificate for Host Nodes