Last active
June 6, 2021 08:37
-
-
Save stfsy/184f26c55e2f48478cd0a36a226bf7ad to your computer and use it in GitHub Desktop.
Spring Boot most simple ssl configuration for development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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