Enabling NIST SP800-131A compliance during silent installation of the target

About this task

To enable NIST SP800-131A compliance during a silent installation of the target, you can use the SP800131A parameter in the installation command. For more information about a target silent installation, see Running a target custom installation on a Windows system.

Use the following parameters to enable NIST SP800-131A compliance.

  • TRC_SERVER_PROTOCOL=https
  • TRC_SERVER_PORT=443
  • SP800131A=yes

For example, trc_target_setup.exe /s /v"/qn TRC_SERVER_HOSTNAME=yourserver TRC_SERVER_PROTOCOL=https TRC_SERVER_PORT=443 SP800131A=yes"

Where yourserver is the host name or IP address of your BigFix® Remote Control Server.