openssl:convert_pfx_to_pem
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
openssl:convert_pfx_to_pem [2016/07/10 01:04] – created peter | openssl:convert_pfx_to_pem [2019/12/01 11:38] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== OpenSSL - Convert pfx to pem ====== | ||
- | |||
- | openssl pkcs12 - | ||
- | in | ||
- | |||
- | file.pfx -out file.nokey.pem -nokeys | ||
- | openssl pkcs12 - | ||
- | in | ||
- | |||
- | file.pfx -out file.withkey.pem | ||
- | openssl rsa - | ||
- | in | ||
- | |||
- | file.withkey.pem -out file.key | ||
- | cat file.nokey.pem file.key > file.combo.pem |
openssl/convert_pfx_to_pem.1468112654.txt.gz · Last modified: 2020/07/15 09:30 (external edit)