fix windows parm values and herestring

This commit is contained in:
Mike Stevenson
2017-10-24 13:22:27 -07:00
parent a7be480b2c
commit 31f985a30d

View File

@@ -172,10 +172,10 @@ cfssl gencert \
#### Windows
```
cfssl gencert `
-ca=ca.pem `
-ca-key=ca-key.pem `
-config=ca-config.json `
-profile=kubernetes `
-ca ca.pem `
-ca-key ca-key.pem `
-config ca-config.json `
-profile kubernetes `
admin-csr.json | cfssljson -bare admin
```