Importing Certificates
- On a host node:
Run the following command and enter the password of the remote server:
/opt/haf-host/tools/haf-tool cert --server ca_server_ip --path ca_server_path --user ca_server_user --import --host
The host node service certificate and the CA certificate of the CA server are imported to the host node.
- On an offload node:
Run the following command and enter the password of the remote server:
su -s /bin/bash - haf -c "haf-tool cert --server ca_server_ip --path ca_server_path --user ca_server_user --import --offload"
The service certificates of haf and haf_user and the CA certificate of the CA server are imported to the offload node.
Parent topic: Importing HAF Certificates