Convert pfx\p12 to crt and key with openssl
Step-by-step guide
- pkcs12 -in [yourfile.pfx] -nocerts -out [keyfile-encrypted.key]
- rsa -in [keyfile-encrypted.key] -out [keyfile-decrypted.key]
- pkcs12 -in [yourfile.pfx] -clcerts -nokeys -out [certificate.crt]
Комментариев нет:
Отправить комментарий