hostname in Kubernetes TLS Certificate

pull/76/head
Suku John George 2016-10-02 10:31:35 +11:00
parent bda65211ee
commit c1a49a48cf
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ cfssl gencert \
-ca-key=ca-key.pem \
-config=ca-config.json \
-profile=kubernetes \
-hostname=hosts \
kubernetes-csr.json | cfssljson -bare kubernetes
```