Add fullchain

This commit is contained in:
RPRX 2020-08-13 10:35:35 +00:00 committed by GitHub
parent 5a6175042f
commit e4d2527e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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