Changing the security certificate configuration options
If you want to change the security certificate configurations after the PATROL Agent installation, perform the following steps.
Windows
Changing from No Certificate Validation to Certificate Validation option
- Stop the PATROL Agent.
- Navigate to %{/BMC/INSTBASE}\common\security\config_v3.0
- set_unset_tls.cmd %{/BMC/INSTBASE} UNSET_TLS 2
- set_unset_tls.cmd %{/BMC/INSTBASE} SET_TLS 2 -serverDbPath %{/BMC/INSTBASE}\common\security\config_v3.0\demo_certs\nss\demo_server -clientDbPath %{/BMC/INSTBASE}\common\security\config_v3.0\demo_certs\nss\demo_client -identity "PatrolServer - BMC"
- Restart the PATROL Agent.
Changing from Certificate Validation to No Certificate Validation option
- Stop the PATROL Agent.
- cd under %{/BMC/INSTBASE}\common\security\config_v3.0
- set_unset_tls.cmd %{/BMC/INSTBASE} UNSET_TLS 2 -serverDbPath %{/BMC/INSTBASE}\common\security\config_v3.0\demo_certs\nss\demo_server -clientDbPath %{/BMC/INSTBASE}\common\security\config_v3.0\demo_certs\nss\demo_client -identity "PatrolServer - BMC"
- set_unset_tls.cmd %{/BMC/INSTBASE} SET_TLS 2
- Restart the PATROL Agent.
UNIX
Changing from No Certificate Validation to Certificate Validation option
- Stop the PATROL Agent.
- Navigate to $BMC_BASE/common/security/config_v3.0
- ./set_unset_tls.sh "/opt/bmc/Patrol_Agent" UNSET_TLS 2
- ./set_unset_tls.sh "/opt/bmc/Patrol_Agent" SET_TLS 2 -serverDbPath "/tmp/Certificates/server_db" -clientDbPath "/tmp/Certificates/client_db" -identity "bmcpatrol"
- Restart the PATROL Agent.
Changing from Certificate Validation to No Certificate Validation option
- Stop the PATROL Agent.
- Navigate to $BMC_BASE/common/security/config_v3.0
- ./set_unset_tls.sh "/opt/bmc/Patrol_Agent" UNSET_TLS 2 -serverDbPath "/tmp/Certificates/server_db" -clientDbPath "/tmp/Certificates/client_db" -identity "bmcpatrol"
- ./set_unset_tls.sh "/opt/bmc/Patrol_Agent" SET_TLS 2
- Restart the PATROL Agent.