Secure connection is required standard nowadays. In this video, I'd like to share with you about how to enable SSL for a Spring Boot application using self-signed certificate, for the purpose of development on local computer (localhost).
In details, you will learn:
Generate SSL self-signed certificate using Java keytool
Enable HTTPS for a Spring Boot application
Install self-signed certificate on local computer so your browser will trust the certificate
#springboot #ssl #java #websecurity #computersecurity #programming #javaprogramming