Skip to content
Snippets Groups Projects
Commit 19a9369f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #285 - https

parent 85577924
No related branches found
No related tags found
No related merge requests found
Pipeline #166 passed
...@@ -2,9 +2,11 @@ bin/ ...@@ -2,9 +2,11 @@ bin/
target/ target/
certs/ certs/
.idea/ .idea/
*.p12
*.db *.db
*.iml *.iml
build/[0-9]*.[0-9]*.[0-9]* build/[0-9]*.[0-9]*.[0-9]*
/error.log /error.log
/application.properties
security.require-ssl=true
server.ssl.keyStoreType=PKCS12
# relative to location of BudgetMaster jar/exe
server.ssl.key-store=<PathToYourKeystore.p12>
server.ssl.key-store-password=<YourPassword>
server.ssl.keyAlias=<YourAlias>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment