clean up docs

pull/13/head
Kelsey Hightower 2016-07-08 17:10:40 -07:00
parent 5290cb6ad0
commit e59ca5ee73
1 changed files with 5 additions and 5 deletions

View File

@ -136,11 +136,11 @@ Generate the Kubernetes certificate and private key:
``` ```
cfssl gencert \ cfssl gencert \
-ca=ca.pem \ -ca=ca.pem \
-ca-key=ca-key.pem \ -ca-key=ca-key.pem \
-config=ca-config.json \ -config=ca-config.json \
-profile=kubernetes \ -profile=kubernetes \
kubernetes-csr.json | cfssljson -bare kubernetes kubernetes-csr.json | cfssljson -bare kubernetes
``` ```
Results: Results: