Skip to content

Instantly share code, notes, and snippets.

@stfsy
Last active June 6, 2021 08:37
Show Gist options
  • Select an option

  • Save stfsy/184f26c55e2f48478cd0a36a226bf7ad to your computer and use it in GitHub Desktop.

Select an option

Save stfsy/184f26c55e2f48478cd0a36a226bf7ad to your computer and use it in GitHub Desktop.
Spring Boot most simple ssl configuration for development
server:
port: 8443
ssl:
key-store: "file:/etc/letsencrypt/live/monitoring.blauspecht.io/keystore.p12"
key-store-password: ""
key-password: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment