Skip to content

daggerok/spring-boot-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-ssl build

spring boot https

git clone ... && cd $_
gradle bootRun
open https://localhost:8443/

using curl:

keytool -genkey -alias tomcat -storetype PKCS12 -keyalg RSA -keysize 2048 -keystore build/keystore.p12 -validity 3650
    use password: password
curl -k --cert build/keystore.p12:password https://localhost:8443

About

This project contains simple spring-boot https example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published