mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add config for listener
This commit is contained in:
parent
5d231f4c09
commit
95c3aba426
1 changed files with 14 additions and 0 deletions
14
tests/integration/files/file/base/signing_policies.conf
Normal file
14
tests/integration/files/file/base/signing_policies.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
x509_signing_policies:
|
||||
ca_policy:
|
||||
- minions: '*'
|
||||
- signing_private_key: /etc/pki/ca.key
|
||||
- signing_cert: /etc/pki/ca.crt
|
||||
- O: Test Company
|
||||
- basicConstraints: "CA:false"
|
||||
- keyUsage: "critical digitalSignature, keyEncipherment"
|
||||
- extendedKeyUsage: "critical serverAuth, clientAuth"
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid
|
||||
- days_valid: 730
|
||||
- copypath: /etc/pki
|
||||
|
Loading…
Add table
Reference in a new issue