forked from p15670423/monkey
docs: Remove errant comma in linux setup
This commit is contained in:
parent
348118a5ed
commit
9b7c913007
|
@ -64,7 +64,7 @@ private certificate authority.
|
||||||
},
|
},
|
||||||
"ssl_certificate": {
|
"ssl_certificate": {
|
||||||
"ssl_certificate_file": "<PATH_TO_CRT_FILE>",
|
"ssl_certificate_file": "<PATH_TO_CRT_FILE>",
|
||||||
"ssl_certificate_key_file": "<PATH_TO_KEY_FILE>",
|
"ssl_certificate_key_file": "<PATH_TO_KEY_FILE>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue