How to add a SSL certificate to the PassagePoint server

How to add a SSL certificate to the PassagePoint server

How to import a certificate into passagepoint



PassagePoint's certificate format is "cer" format

If your certificate is NOT "cer" format, convert the certificate using 




You'll download a PEM file. Open the PEM file with notepad, and copy and paste the certificate, and private key out to individual files



Now that you have the cert file, you can use passagepoint's keytool to import the cert.

keytool -import -alias ccureservercertificate3 -keystore C:\PPGlobal\Client\security\cacerts -file C:\192.168.148.15.cer





  • To Add a certificate in PassagePoint follow the below steps:
    • Stop the Passagepoint services
    •  Place the Ccure Server Certificate in the PassagePoint server installed machine. For example, the user can directly paste the certificate in the C: drive (C:\CertificateName)
    •  Open the command prompt (cmd) as an Administrator.
    • Navigate to path 'PPGlobal\java64\bin' using cd command for example:
      • Enter cd C:\PPGlobal\java64\bin and then hit <Enter> key
      • here 'C:' is the directory path where PassagePoint is installed, user has to change this as per their PassagePoint Installation directory.
    •  Now run the following command:
    • keytool -import -alias ccureservercertificate -keystore C:\PPGlobal\Client\security\cacerts -file C:\CertificateName
      • Replace CertificateName with your certificate name
      • Here, ‘ccureservercertificate’ is alias name of the certificate
    • This will ask for 'Enter keystore password:'
    • Enter 'changeit' and hit <Enter> key
    • This will now ask to trust this certificate option.
    • Enter 'yes' and hit <Enter> key
    • 'Certificate was added to keystore' will come similar to below screenshot
    • Start the PassagePoint services.

      • Related Articles

      • How to repoint a PassagePoint client to another PassagePoint server

        Please follow these steps to point a PassagePoint client to another PassagePoint server. Right Click on the PassagePoint icon and hit ‘Open File Location’ Open the “Client” folder (C:\PPGlobal\Client) delete imgCache delete jarCache delete ...
      • How do I move PassagePoint global to a different server?

        How do I move PassagePoint Global to a different server? Source Machine = Production server is the customer's server that contains the PassagePoint Global “config” folder and database Destination Machine = New server for the PassagePoint Global ...
      • How do I add a product license in PassagePoint Gobal?

        There are two ways to add a product license in PassagePoint Global: Automatic and Manual. Automatic Entry of PassagePoint Global Licenses - You must have internet connection with port 80 open - Proxy not supported - If automatic fails, use the Manual ...
      • PasasgePoint/IIS with SSL and redirecting http to https

        Prerequisites 1) This document assumes you've laready setup passagepoint with IIS. if not, pls review here and set up IIS with passagepoint first: https://support.stopware.com/portal/en/kb/articles/iis-setup-with-passagepoint SSL Certificate Secure ...
      • How to set up passagepoint to talk to an encrypted SQL server DB

        When Data at rest is required to be encrypted, STOPware recommends using SQL server, and using native SQL server data encryption. Once that is done on the SQL server side, on the passagepoint side, pls see attached sqlcontext.xml on how to configure ...