Skip to content

sreenikri/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'

About

Spring Boot with HTTPS Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%