Skip to content

Commit 25bec0c

Browse files
committed
made prod certs default self-signed (since most people will only ever run it in prod they wouldn't know about this feature)
1 parent 9745224 commit 25bec0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Intersect.Server/appsettings.Production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"Endpoints": {
1111
"Https": {
1212
"Certificate": {
13-
"Path": "my-cert.crt",
14-
"KeyPath": "my-cert.key"
13+
"Path": "self-signed.crt",
14+
"KeyPath": "self-signed.key"
1515
},
1616
"Url": "https://*:5443"
1717
}

0 commit comments

Comments
 (0)