Setup for SMS Notification

This section explains the setup required for SMS Notification, which includes exporting the SSL certificate from https://service.cginotify.net/ and modify ADV3.keystore.

  1. Type the URL https://service.cginotify.net/ in the browser.

  2. On the Address bar, click the Lock icon and select Connection is secure.

Image of Browser window showing Lock icon selected and Connection is secure selected for the https://service.cginotify.net/ site.

  1. Then, click Certificate is valid.

Image showing selection of Certificate is valid option from the Lock icon drop-down

  1. Click the Copy to File... button.

Certificate pop-up window with Copy to File button

  1. Click Next.

Certificate Export Wizard > Welcome to the Certificate Export Wizard step

  1. Select Base-64 encode X.509(.CER) and click Next to export the file in the (*.cer) format.

Certificate Export Wizard > Export File Format options step

  1. Run the following command in the command prompt to insert the exported certificate to ADV3.keystore.

To import the certificate:

keytool -import -alias cginotify -file cginotify.cer -keystore ADV3.keystore

To verify, if the certificate is available in keystore:

keytool -list -keystore ADV3.keystore