博文

目前显示的是 三月, 2020的博文

SSL Cert to pfx

Resolution: Description  :   ========= Follow the procedure outlined below after using OpenSSL to create a CSR (Certificate Signing Request), and having the CSR signed by the user's Certificate Authority. Environment :  ========== All Resolution:    ========= For this example, we will assume the following filenames:  - Root CA Cert File                      = root-ca.cer - Intermediate CA Cert File          = int-ca.cer - Leaf Cert(Got signed from CA) = leaf.cer - Private Key                                 = key.pem The steps used to combine these certificates are:          ...