export pvt key from pfx file!!, works with lets encrypt!!
export the pfx from mmc> local computer>personal
openssl pkcs12 -in yourcertfile.pfx -out out.txt -nodes
the out.txe should have the key and the certificate chain!
Nick's Container on the cloud ;)
A self hosted blog
export pvt key from pfx file!!, works with lets encrypt!!
export the pfx from mmc> local computer>personal
openssl pkcs12 -in yourcertfile.pfx -out out.txt -nodes
the out.txe should have the key and the certificate chain!