Skip to content

Commit 2916775

Browse files
committed
new path for ssl certs
1 parent 0feee8e commit 2916775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-ssl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ server:
2222
whitelabel:
2323
enabled: false
2424
ssl:
25-
certificate: /ssl/certificate.pem
26-
certificate-private-key: /ssl/key.pem
25+
certificate: /ssl/cert.crt
26+
certificate-private-key: /ssl/cert.key
2727
logging:
2828
level:
2929
org:

0 commit comments

Comments
 (0)