docs: fix some typos (#2048)

* Typo

* Do some spellchecking while I'm here
This commit is contained in:
ocaisa
2022-02-05 01:12:26 +01:00
committed by GitHub
parent 8f3fcc05f7
commit 3dcc64209f
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ the file passed to `--ssl-cert-file` should be the concatenation of the server's
If you have this error when specifying a TLS cert with a key:
```
[EROR] server.go:413 server: Tls: private key does not match public key
[ERROR] server.go:413 server: Tls: private key does not match public key
```
Check that the locally signed certificate authority is prepended to the self signed certificate.