docs: fix spelling

This commit is contained in:
SwitchJS
2019-10-04 13:17:54 -07:00
committed by Nick Craig-Wood
parent d15425e8c8
commit 9a5ea9c8a8
5 changed files with 5 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bag
ntpclient -s -h pool.ntp.org
```
The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 pacakge](https://godoc.org/crypto/x509),
The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 package](https://godoc.org/crypto/x509),
provide an additional way to provide the SSL root certificates.
Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without.