Kbase P107507: How to convert a PEM certificat file to DER ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/08/2005 |
|
Status: Unverified
GOAL:
How to convert a PEM certificate file to DER ?
CAUSE:
PEM certificates can not be used with SonicMQ , they have to be converted to a DER format
FIX:
eTo convert a PEM certificate file to a DER you can use the following command in Progress 9.x or OE 10.x
procertm -c in_cert out_cert
The in_cert is the PEM file and the out_cer is the der formatted certificate file
Another option to accomplish this task in Windows is:
Open Control Panel
Select Internet Options
Go to the Contents tab
Click on the Certificate button
Use the Import button and select the PEM formatted file, this will import the certificate in the Windows Certificate Store
Select the certificate and use the Export button to create a DER formatted version of the certificate file