Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 3b38741

Browse files
Tianyi Chenapavlo
authored andcommitted
change key & crt name
1 parent 4ece915 commit 3b38741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/settings/settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ SETTING_bool(ssl, "Enable SSL connection (default: true)", true, false, false)
4747
// The same applies to certificate file
4848
SETTING_string(private_key_file,
4949
"path to private key file",
50-
"server.key",
50+
"peloton_insecure_server.key",
5151
false, false)
5252

5353
// Peloton certificate file
5454
SETTING_string(certificate_file,
5555
"path to certificate file",
56-
"server.crt",
56+
"peloton_insecure_server.crt",
5757
false, false)
5858

5959
// Peloton root certificate file

0 commit comments

Comments
 (0)