Skip to content

Commit eba894a

Browse files
committed
Add new key locations in config.
1 parent c675339 commit eba894a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config-defaults.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949

5050
"ssl": {
5151
"keys" : {
52-
"key": "config/localhost.key",
53-
"cert": "config/localhost.crt",
54-
"ca": []
52+
"key": "config/certs/localhost-server.key",
53+
"cert": "config/certs/localhost-server.crt",
54+
"ca": [ "config/certs/localhost-ca.crt" ]
5555
}
5656
},
5757

0 commit comments

Comments
 (0)