keyUsage and intca for all
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
- append
|
- append
|
||||||
- sources:
|
- sources:
|
||||||
- /etc/pki/{{ cn }}.crt
|
- /etc/pki/{{ cn }}.crt
|
||||||
|
- /etc/pki/intca.crt
|
||||||
- /etc/pki/private.key
|
- /etc/pki/private.key
|
||||||
- require:
|
- require:
|
||||||
- file: /etc/pki/chain
|
- file: /etc/pki/chain
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ x509_signing_policies:
|
|||||||
- ST: Berlin
|
- ST: Berlin
|
||||||
- L: Berlin
|
- L: Berlin
|
||||||
- basicConstraints: "critical CA:false"
|
- basicConstraints: "critical CA:false"
|
||||||
- keyUsage: "critical keyEncipherment"
|
- keyUsage: "nonRepudiation, digitalSignature, keyEncipherment"
|
||||||
- subjectKeyIdentifier: hash
|
- subjectKeyIdentifier: hash
|
||||||
- authorityKeyIdentifier: keyid,issuer:always
|
- authorityKeyIdentifier: keyid,issuer:always
|
||||||
- days_valid: 360
|
- days_valid: 365
|
||||||
- copypath: /etc/pki/issued_certs/
|
- copypath: /etc/pki/issued_certs/
|
||||||
|
|||||||
Reference in New Issue
Block a user