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 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 ...
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 to repoint a PassagePoint client to an entirely different PassagePoint server
Pls note. this is to repoint a passagepoint client to a completely different passagepoint server. If you've move the passagepoint server, and need to repoint the client, use this link instead. ...
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 ...
IIS setup with PassagePoint
PasasgePoint comes default with Apache web server, however passagepoint can leverage IIS as a front end Requirements 1) We module license installed on the passagepoint server With a passagepoint client, log in as the admin user, and do Home > ...