fix windows parm values and herestring
parent
a7be480b2c
commit
31f985a30d
|
@ -172,10 +172,10 @@ cfssl gencert \
|
||||||
#### Windows
|
#### Windows
|
||||||
```
|
```
|
||||||
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 `
|
||||||
admin-csr.json | cfssljson -bare admin
|
admin-csr.json | cfssljson -bare admin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue