Adjust certificates

This commit is contained in:
RPRX 2020-08-15 15:55:37 +00:00 committed by GitHub
parent fd2e94f21e
commit 12b4366cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@
], ],
"certificates": [ "certificates": [
{ {
"certificateFile": "/path/to/tls.crt", // fullchain "certificateFile": "/path/to/fullchain.crt", //
"keyFile": "/path/to/tls.key" // "keyFile": "/path/to/private.key" //
} }
] ]
} }