Skip to content

Commit

Permalink
Fix typo (#14299)
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim authored and k8s-ci-robot committed May 13, 2019
1 parent abf7289 commit 30b1b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/setup/certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ where `kind` maps to one or more of the [x509 key usage][usage] types:

Certificates should be placed in a recommended path (as used by [kubeadm][kubeadm]). Paths should be specified using the given argument regardless of location.

| Default CN | recommend key path | recommended cert path | command | key argument | cert argument |
| Default CN | recommended key path | recommended cert path | command | key argument | cert argument |
|------------------------------|------------------------------|-----------------------------|----------------|------------------------------|-------------------------------------------|
| etcd-ca | | etcd/ca.crt | kube-apiserver | | --etcd-cafile |
| etcd-client | apiserver-etcd-client.key | apiserver-etcd-client.crt | kube-apiserver | --etcd-keyfile | --etcd-certfile |
Expand Down

0 comments on commit 30b1b98

Please sign in to comment.