Skip to content

Instantly share code, notes, and snippets.

@keesun
Created July 2, 2018 04:50
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save keesun/f93f0b83d7232137283450e08a53c4fd to your computer and use it in GitHub Desktop.
Save keesun/f93f0b83d7232137283450e08a53c4fd to your computer and use it in GitHub Desktop.
Spring Boot SSL Sample (self signed)
server.ssl.key-store: keystore.p12
server.ssl.key-store-password: 123456
server.ssl.keyStoreType: PKCS12
server.ssl.keyAlias: tomcat
keytool -genkey
-alias tomcat
-storetype PKCS12
-keyalg RSA
-keysize 2048
-keystore keystore.p12
-validity 4000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment