Skip to content

TechPrimers/spring-boot-https-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot with HTTPS

Command to create self signed SSL Certificate JKS

keytool -genkey -alias https-example -storetype JKS -keyalg RSA -keysize 2048 -validity 365 -keystore https-example.jks

Secured access

https://localhost:8443/hello - returns 'Hello YouTube'

Releases

No releases published

Packages

No packages published

Languages