SSL configration
To run mirroring server as https, ensure that below certificates are existed in production server.
“.jks” certificate ( ex: certificatefile.jks)
“.pfx” certificate (ex: certificatefile.pfx)
“.cer” certificate (ex: certificatefile.cer)
Root and intermediate certificates that are extracted from “.cer” file -Root certificate (ex: certificatefile-root.cer) -Intermediate certificate (ex: certificatefile-inter.cer)
Steps to convert JKS to PFX
Incase production server does not have “.pfx” certificate, please follow the below steps to convert “.jks” to “.pfx”.
“C:\Program Files\Java\jre1.8.0_131\bin”
Steps to Import “.cer” certificate to keystore
CD to “C:\Program Files\Java\jre1.8.0_131\bin”
Steps to Import root certificate to keystore
CD to “C:\Program Files\Java\jre1.8.0_131\bin”
Steps to Import intermediate certificate to keystore
CD to “C:\Program Files\Java\jre1.8.0_131\bin”
Cono
Last updated
Was this helpful?