README.md: clean TLS cert language (#797)

Cleanup various READMEs to use the same naming scheme for certs, keys,
and cacerts.

Fixes #762
This commit is contained in:
Miek Gieben
2017-07-29 04:03:55 -07:00
committed by GitHub
parent 64353d8f3b
commit 9b805988f4
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ CoreDNS running the kubernetes middleware can be used as a replacement of kube-d
kubernetes ZONE [ZONE...] [{
[resyncperiod DURATION]
[endpoint URL
[tls CERT-FILE KEY-FILE CACERT-FILE]]
[tls CERT KEY CACERT]]
[namespaces NAMESPACE [NAMESPACE...]]
[labels EXPRESSION]
[pods POD-MODE]
@@ -46,7 +46,7 @@ kubernetes ZONE [ZONE...] [{
}
```
* `tls` **CERT-FILE KEY-FILE CACERT-FILE**
* `tls` **CERT** **KEY** **CACERT**
The TLS cert, key and the CA cert file names for remote k8s connection. This option is ignored if connecting in-cluster (i.e. endpoint is not
specified).