Pem certificate is used for cisco and TOPdesk (Possible more).
To create this certificate use / install openssl.exe
Run openSSL.exe as admin (C:\Program Files (x86)\OpenSSL-Win32\bin)
Run the following in the OpenSSL window
pkcs12 -nodes -in C:\<LOCATION TO PFX>NAME.pfx -nocerts -out C:\<LOCATION>\NAME.key
Enter the password for the … PFX file.
Open the xxx.ca-bundle and the xxx.crt file and copy all in to a new file Bundle.pem
In OpenSSL window:
pkcs12 -export -in C:\<LOCATION>\Bundle.pem -inkey C:\<LOCATION>\NAME.key -out C:\<LOCATION>\NAME.p12 -passin pass:<PASSWORD> -passout pass:<PASSWORD>
And in the OpenSSL Window:
pkcs12 -in C:\<LOCATION>\NAME.p12 -out C:\Temp\kia_nl\mycert.name.pem -passin pass:<PASSWORD> -passout pass:<PASSWORD>
Now the files are created