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

Enabling or Disabling TLS

You can run the haf-tool config command to enable or disable the TLS identity authentication and data encryption and decryption functions. The TLS switch status on host nodes and offload nodes must be the same.

  • Disabling TLS
    • To disable TLS on host nodes, run the following command:

      /home/omm/haf-install/haf-host/tools/haf-tool config --set host_tls_switch 0

    • To disable TLS on offload nodes, run the following command:

      /home/omm/haf-install/haf-target/tools/haf-tool config --set target_tls_switch 0

  • To enable TLS, change 0 in the preceding commands to 1.

    After modifying the TLS switch, restart the program on host nodes and the service on offload nodes.