Add PFX Certificate to NetScaler 10.5
Open Traffic Management -> SSL Select Import PKCS#12 On the input form, enter the Output file name in the format: /nsconfig/ssl/.pem Select the »
Open Traffic Management -> SSL Select Import PKCS#12 On the input form, enter the Output file name in the format: /nsconfig/ssl/.pem Select the »
The following command will return the certificate chain from a website using OpenSSL: openssl.exe s_client -connect www.google.com:443 -prexit -showcerts »
Convert a PKCS#12 file (.pfx .p12) containing a private key and certificates to PEM openssl pkcs12 -in keyStore.pfx -out keyStore.pem -nodes You can »