Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting cer (with csr and key) to pfx

¿I can make a PFX certificate from cer, csr and key files?

Actually I have this files

  • ceti.cer
  • ceti.csr
  • ceti.key
like image 998
jasilva Avatar asked Nov 15 '25 12:11

jasilva


1 Answers

This command helped me:

openssl pkcs12 -export -out user.pfx -inkey user.key -in user.cer -certfile rootca.crt

the responses above returned an error "Unable to load certificates".

like image 56
Drakosha Avatar answered Nov 17 '25 08:11

Drakosha



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!