Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. pkcs

Tag: pkcs

unix / linux February 19, 2020 1 min read by mkyong 5 comments

SSL – Convert PEM and private key to PKCS#12

For the SSL certificate, Java doesn’t understand PEM format, and it supports JKS or PKCS#12. This article shows you how to use OpenSSL to convert the existing pem file and its private key into a single PKCS#12 or .p12 file. Solution Convert cert.pem and private key key.pem into a single cert.p12 file, key in the […]

Read more SSL – Convert PEM and private key to PKCS#12

Java and Spring tutorials since 2008. Every example is a complete, runnable file, compiled and run on a real machine before it goes out.

About This Site

  • About
  • Editorial Policy
  • Contact
  • Code License
  • Privacy Policy
  • Terms of Use

© 2026 mkyong.com — Powered by WordPress

RSS