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

Generating CSR Files

  • On a host node:

    /home/omm/haf-install/haf-host/tools/haf-tool cert --generate

    The CSR file generated on a host node is stored in the path specified by cert_path in the haf_user.conf file.

  • On an offload node:

    /home/omm/haf-install/haf-target/tools/haf-tool cert --generate

    The CSR file generated on an offload node is stored in the /home/omm/haf-install/haf-target/run/daemon and /home/omm/haf-install/haf-target/run/haf_user directories in the installation directory of the node.

The name of the CSR files generated in the preceding steps is service.csr, and the private key is service.prvk (encrypted).

Table 1 Parameter description

Option

Description

Mandatory

--generate

Keywords for generating a CSR file

Yes