Hello vNEX,
I have indeed only crt and pfx files.
I'll do a Google search to find out how to get the pem format
Thanks
J
EDIT: (for those with the same problem)
openssl x509 -in input.crt -out input.der -outform DER
openssl x509 -in input.der -inform DER -out output.pem -outform PEM