https://github.com/techprimers/spring-boot-https-example
Spring Boot with HTTPS Example
https://github.com/techprimers/spring-boot-https-example
https spring-boot
Last synced: 9 months ago
JSON representation
Spring Boot with HTTPS Example
- Host: GitHub
- URL: https://github.com/techprimers/spring-boot-https-example
- Owner: TechPrimers
- Created: 2018-05-16T19:45:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T19:47:18.000Z (over 7 years ago)
- Last Synced: 2025-03-28T22:51:14.504Z (9 months ago)
- Topics: https, spring-boot
- Language: Java
- Size: 47.9 KB
- Stars: 14
- Watchers: 2
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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'