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

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -