ios - How to convert .pem to .pfx? -


i working push notifications .i downloaded required certificate csr , ssl certificates things , converting .pem format webservices team providing services in asp.net need convert .pem format .pfx format.how can thing using following commands , links. not working me

openssl pkcs12 -export -in certificates.cer -inkey key.pem -out certificates.pfx -certfile ca.cer

and follow these link got error.

https://support.servertastic.com/convert-pem-to-pfx/

i have these files

certificate.p12 key.p12

certificates.pem key.pem

ck.pem

certificates.cer

what suggest is, instead of converting .pem file .pfx on end , send .pem file server side , ask web-service developer change .pem .pfx on end.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -