Skip to content

Commit

Permalink
Merge pull request #90 from MichiBaum/develop
Browse files Browse the repository at this point in the history
Quick fix: Remove unused key-alias from application-prod.yml
  • Loading branch information
MichiBaum authored Dec 9, 2024
2 parents 1cb86ba + 788e302 commit fd291b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway-service/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server:
port: 443
ssl:
enabled: true
key-alias: server
bundle: "server"
key-store-password: ${SSL_KEYSTORE_PASSWORD}
key-store: "/data/ssl/keystore.p12"
Expand Down

0 comments on commit fd291b4

Please sign in to comment.