Skip to main content
Skip table of contents

Set up Protocol Gateway Ping

This article describes how to set up the Ping function in Protocol Gateway. 

The Ping service (monitoring service) is used for system health checks and can be used by load balancers to detect issues in nodes. A Ping call engages all internal components in the CA system, including HSMs.

Prerequisites

  • Protocol Gateway must be installed. 

Create certificate procedure for Ping

Create a certificate procedure for Ping, see Create certificate procedure in Certificate Manager.

  1. Set Procedure name to Ping Certificate Procedure.  

  2. In Issuing CA, select Device Issuing CA

  3. In Certificate format, select Ping

Create token procedure for Ping

Create a token procedure for Ping, see Create token procedure in Certificate Manager.

  1. Set Procedure name to Ping Procedure.  

  2. In Certificate procedures, select the certificate procedure you just created, that is Ping Certificate Procedure

  3. In Type, select pkcs10

Set Ping properties

To set the properties for Ping: 

  1. Open \Nexus\cm-gateway\conf\Ping.properties for editing.

  2. Modify the following properties: 

    1. Enable Ping by setting start to true

    2. Set default.tokenprocedure to Ping Procedure.

    3. By default, the Ping service only checks the status of Protocol Gateway. It it shall also check the status of Certificate Factory (CF), then set default.pingCF to true

Example: Ping.properties
CODE
start = true
default.tokenprocedure = Ping Procedure

Restart Tomcat

Restart the Tomcat service. 

Verify Ping

  1. Open a browser and go to: 

    Example: Ping URL

    CODE
    localhost:8080/pgwy/ping
  2. Verify that the page shows online.

Additional information

For more information, see:


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.