mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 07:23:06 +01:00
SSL Module - It's Working
This commit is contained in:
@@ -8,8 +8,6 @@ x509_signing_policies:
|
|||||||
- L: Salt Lake City
|
- L: Salt Lake City
|
||||||
- basicConstraints: "critical CA:false"
|
- basicConstraints: "critical CA:false"
|
||||||
- keyUsage: "digitalSignature, nonRepudiation"
|
- keyUsage: "digitalSignature, nonRepudiation"
|
||||||
- extendedkeyUsage: "serverAuth, clientAuth"
|
|
||||||
- keyUsage: "critical keyEncipherment"
|
|
||||||
- subjectKeyIdentifier: hash
|
- subjectKeyIdentifier: hash
|
||||||
- authorityKeyIdentifier: keyid,issuer:always
|
- authorityKeyIdentifier: keyid,issuer:always
|
||||||
- days_valid: 3000
|
- days_valid: 3000
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ fbcrtlink:
|
|||||||
backup: True
|
backup: True
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if grains['role'] == 'so-sensor' %}
|
{% if grains['role'] == 'so-SENSOR' %}
|
||||||
# Request a cert and drop it where it needs to go to be distributed
|
# Request a cert and drop it where it needs to go to be distributed
|
||||||
/opt/so/conf/filebeat/etc/pki/filebeat.crt:
|
/opt/so/conf/filebeat/etc/pki/filebeat.crt:
|
||||||
x509.certificate_managed:
|
x509.certificate_managed:
|
||||||
|
|||||||
Reference in New Issue
Block a user