mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
x509_signing_policies:
|
|
filebeat:
|
|
- minions: '*'
|
|
- signing_private_key: /etc/pki/ca.key
|
|
- signing_cert: /etc/pki/ca.crt
|
|
- C: US
|
|
- ST: Utah
|
|
- L: Salt Lake City
|
|
- basicConstraints: "critical CA:false"
|
|
- keyUsage: "critical keyEncipherment"
|
|
- subjectKeyIdentifier: hash
|
|
- authorityKeyIdentifier: keyid,issuer:always
|
|
- days_valid: 3000
|
|
- copypath: /etc/pki/issued_certs/
|