Skip to content

mkyong.com

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

Tag: certificate

spring boot February 19, 2020 4 min read by mkyong 11 comments

Spring Boot SSL (HTTPS) examples

In this tutorial, we will show you how to enable SSL (HTTPS) support for a Spring Boot web application (mvc + thymeleaf). Tested with Maven 3 Java 8 Spring Boot 2.2.4.RELEASE Spring Boot default embedded Tomcat 9 Self-signed certificate (PKCS12) To enable SSL or HTTPS for Spring Boot web application, puts the certificate file .p12 […]

Read more Spring Boot SSL (HTTPS) examples
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