(Windows)


Use openssl.exe to convert the certificate to PEM format.  There is a copy of openssl.exe in the httpd/bin directory under the UnForm install.  If using Linux, use the distribution's openssl program.


If pfx is not on disk and certificate is installed on machine, open IIS.  Select Server Certificates.  Right click and select Export.  Choose save location and set a password(to be used later when converting).


Run OpenSSL program(opens command prompt)

  1. -Browse to dir where pfx file is located
  2. -Run the following command to create a new "certall.pem file (Replace "filename.pfx" with name of your pfx file.  Use password if available.
openssl pkcs12 -in filename.pfx -out certall.pem -nodes 



Open certall.pem in notepad and extract the 2 sections to 2 new files:


  • privkey.pem

-----BEGIN PRIVATE KEY-----

...

-----END PRIVATE KEY-----

  •  cert.pem

-----BEGIN CERTIFICATE-----

...

-----END CERTIFICATE-----



Unform - Server Manager - Configuration

  • Place the files above in a directory accessible by the Unform server and configure the locations: