doc: fix typos throughout docs

This commit is contained in:
Martin Michlmayr 2020-05-19 19:02:44 +08:00 committed by GitHub
parent bcbfad1482
commit fb169a8b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 66 additions and 66 deletions

View file

@ -103,7 +103,7 @@ https. You will need to supply the --cert and --key flags. If you
wish to do client side certificate validation then you will need to
supply --client-ca also.
--cert should be a either a PEM encoded certificate or a concatenation
--cert should be either a PEM encoded certificate or a concatenation
of that with the CA certificate. --key should be the PEM encoded
private key and --client-ca should be the PEM encoded client
certificate authority certificate.