docs: Remove errant comma in linux setup

This commit is contained in:
Mike Salvatore 2021-06-10 11:08:18 -04:00
parent 348118a5ed
commit 9b7c913007
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ private certificate authority.
},
"ssl_certificate": {
"ssl_certificate_file": "<PATH_TO_CRT_FILE>",
"ssl_certificate_key_file": "<PATH_TO_KEY_FILE>",
"ssl_certificate_key_file": "<PATH_TO_KEY_FILE>"
}
}
```