Custom URLs and certificates
The following steps are an example.
* 
If you require assistance with the configuration, please contact your account manager.
Prerequisites
Make sure you have installed openssl on your device.
Make sure you have the pfx password.
1. Open a command box and go to the openssl\bin installation folder.
2. Execute the following commands:
Change the location for the –in and –out parameters and make sure to use the pfx password for all passwords requested in these commands.
a. Private key
openssl pkcs12 -in file.pfx -nocerts -out filekeyfileencrypted.key
openssl rsa -in filekeyfileencrypted.key -aes128 -outform PEM -out filekeyfileencryptedpem.key
b. Certificate
openssl pkcs12 -in file.pfx -clcerts -nokeys -out filecert.crt
c. Chain
openssl pkcs12 -in file.pfx -cacerts -nokeys -out filechain.crt
Additional configuration
If you are using SSO/KeyCloak, you must complete the following steps also:
1. Login on the KeyCloak admin page
2. Go to the clients
3. Click on Planon
4. Search for the field ‘valid redirect URIs'
5. Add your custom URL (change the URL): https://newcustomurl.com/*