Tools
How to import PFX SSL certificate in Web Help Desk(WHD) with Portecle
This article shows how to import a PFX SSL certificate in the Web Help Desk application using the Portecle tool.
First published date
Last published date
Overview
Product section
Resolution
For Windows and MAC deployments:
- Login to the Web Help Desk server
- Navigate to C:\Program Files\WebHelpDesk\ and run Portecle.bat
- Right-click and select Run as administrator
- Select File > Open Keytore File
- Browse C:\Program Files\WebHelpDesk\conf\ and select keystore.jks
- Enter the password. The default password is changeit
- If the password has been changed, you can see the keystore password inside the whd.conf file found in C:\Program Files\WebHelpDesk\conf\whd.conf.
# Keystore settings (for SSL connnections) KEYSTORE_PASSWORD=changeit
- Right-click tomcat
- Click Delete
- Select Tools > Import Keypair
- Browse to the P12 or PFX file
- Enter the P12 / PFX password
- Click OK
- Change the alias name to tomcat
- Enter the keystore password as changeit
- Select File > Save Keystore > overwrite the existing keystore file.
- Select Tools > Set Keystore Password
- Enter changeit
- Save the changes
- Right-click tomcat
- Click Set Password
- Enter changeit
- Save the changes
- Navigate to C:\Program Files\WebHelpDesk\
- Right-click whd_stop.bat > Run as administrator
- Right-click whd_start.bat > Run as administrator
Confirm certificate installation using Portecle
For Linux deployments:
1. Get a copy of the keystore.jks file inside the server located in /usr/local/webhelpdesk/conf folder and put it on a Windows or MAC machine. WinSCP or other FTP clients can be used to copy the file.
2. Download and install Keystore Explorer in the Windows or MAC machine.
https://keystore-explorer.org/downloads.html
3. Follow the steps above (for Windows) as the Kesytore Eexplorer and Portecle interface and options are very similar.