mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix example signing policy in salt.states.x509 docs
This commit is contained in:
parent
f22c686b34
commit
ce87f7311b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ can define a restricted list of minons which are allowed to remotely invoke this
|
|||
- ST: Utah
|
||||
- L: Salt Lake City
|
||||
- basicConstraints: "critical CA:false"
|
||||
- keyUsage: "critical cRLSign, keyCertSign"
|
||||
- keyUsage: "critical keyEncipherment"
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- days_valid: 90
|
||||
|
|
Loading…
Add table
Reference in a new issue