Spring Boot 3: Enabling SSL/HTTPS APIs

Опубликовано: 01 Октябрь 2024
на канале: PJL Software
238
8

To use HTTPS/SSL with your Spring Boot APIs, you'll need to enable SSL. This only take a few properties, but you'll need a valid server.p12 with a username and password. I've written a bash script with documentation to generate this file for you.

Repo
---------
Self-Signed-Cert-Generator Repo: https://github.com/pjl-software/self-...

Long Form Video
---------------------
HTTPS Self-Signed Certificate Generator for Localhost -    • HTTPS Self-Signed Certificate Generat...