mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Compare commits
2 Commits
c4a70b540e
...
certtest
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b4d471d7e | ||
|
|
36a6a59d55 |
@@ -10,7 +10,7 @@ x509_signing_policies:
|
||||
- keyUsage: "digitalSignature, nonRepudiation"
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- days_valid: 820
|
||||
- days_valid: 9
|
||||
- copypath: /etc/pki/issued_certs/
|
||||
registry:
|
||||
- minions: '*'
|
||||
@@ -24,7 +24,7 @@ x509_signing_policies:
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- extendedKeyUsage: serverAuth
|
||||
- days_valid: 820
|
||||
- days_valid: 9
|
||||
- copypath: /etc/pki/issued_certs/
|
||||
managerssl:
|
||||
- minions: '*'
|
||||
@@ -38,7 +38,7 @@ x509_signing_policies:
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- extendedKeyUsage: serverAuth
|
||||
- days_valid: 820
|
||||
- days_valid: 9
|
||||
- copypath: /etc/pki/issued_certs/
|
||||
influxdb:
|
||||
- minions: '*'
|
||||
@@ -52,7 +52,7 @@ x509_signing_policies:
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- extendedKeyUsage: serverAuth
|
||||
- days_valid: 820
|
||||
- days_valid: 9
|
||||
- copypath: /etc/pki/issued_certs/
|
||||
elasticfleet:
|
||||
- minions: '*'
|
||||
@@ -65,7 +65,7 @@ x509_signing_policies:
|
||||
- keyUsage: "digitalSignature, nonRepudiation"
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- days_valid: 820
|
||||
- days_valid: 9
|
||||
- copypath: /etc/pki/issued_certs/
|
||||
kafka:
|
||||
- minions: '*'
|
||||
@@ -79,5 +79,5 @@ x509_signing_policies:
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- extendedKeyUsage: "serverAuth, clientAuth"
|
||||
- days_valid: 820
|
||||
- days_valid: 9
|
||||
- copypath: /etc/pki/issued_certs/
|
||||
|
||||
@@ -39,8 +39,8 @@ pki_public_ca_crt:
|
||||
- extendedkeyUsage: "serverAuth, clientAuth"
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid:always, issuer
|
||||
- days_valid: 3650
|
||||
- days_remaining: 0
|
||||
- days_valid: 11
|
||||
- days_remaining: 7
|
||||
- backup: True
|
||||
- replace: False
|
||||
- require:
|
||||
|
||||
@@ -44,8 +44,8 @@ kafka_client_crt:
|
||||
- signing_policy: kafka
|
||||
- private_key: /etc/pki/kafka-client.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -92,8 +92,8 @@ kafka_crt:
|
||||
- signing_policy: kafka
|
||||
- private_key: /etc/pki/kafka.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -153,8 +153,8 @@ kafka_logstash_crt:
|
||||
- signing_policy: kafka
|
||||
- private_key: /etc/pki/kafka-logstash.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -198,4 +198,4 @@ kafka_logstash_pkcs12_perms:
|
||||
test.fail_without_changes:
|
||||
- name: {{sls}}_state_not_allowed
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -64,8 +64,8 @@ managerssl_crt:
|
||||
- private_key: /etc/pki/managerssl.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: "DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}, DNS:{{ GLOBALS.url_base }}"
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
|
||||
@@ -84,8 +84,8 @@ influxdb_crt:
|
||||
- private_key: /etc/pki/influxdb.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -123,8 +123,8 @@ redis_crt:
|
||||
- signing_policy: registry
|
||||
- private_key: /etc/pki/redis.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -165,8 +165,8 @@ etc_elasticfleet_crt:
|
||||
- private_key: /etc/pki/elasticfleet-server.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }},DNS:{{ GLOBALS.url_base }},IP:{{ GLOBALS.node_ip }}{% if ELASTICFLEETMERGED.config.server.custom_fqdn | length > 0 %},DNS:{{ ELASTICFLEETMERGED.config.server.custom_fqdn | join(',DNS:') }}{% endif %}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -222,8 +222,8 @@ etc_elasticfleet_logstash_crt:
|
||||
- private_key: /etc/pki/elasticfleet-logstash.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }},DNS:{{ GLOBALS.url_base }},IP:{{ GLOBALS.node_ip }}{% if ELASTICFLEETMERGED.config.server.custom_fqdn | length > 0 %},DNS:{{ ELASTICFLEETMERGED.config.server.custom_fqdn | join(',DNS:') }}{% endif %}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -283,8 +283,8 @@ etc_elasticfleetlumberjack_crt:
|
||||
- private_key: /etc/pki/elasticfleet-lumberjack.key
|
||||
- CN: {{ GLOBALS.node_ip }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -350,8 +350,8 @@ etc_elasticfleet_agent_crt:
|
||||
- signing_policy: elasticfleet
|
||||
- private_key: /etc/pki/elasticfleet-agent.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -412,8 +412,8 @@ etc_filebeat_crt:
|
||||
- private_key: /etc/pki/filebeat.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -483,8 +483,8 @@ registry_crt:
|
||||
- signing_policy: registry
|
||||
- private_key: /etc/pki/registry.key
|
||||
- CN: {{ GLOBALS.manager }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -521,8 +521,8 @@ regkeyperms:
|
||||
- private_key: /etc/pki/elasticsearch.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -582,8 +582,8 @@ conf_filebeat_crt:
|
||||
- private_key: /opt/so/conf/filebeat/etc/pki/filebeat.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -636,8 +636,8 @@ chownfilebeatp8:
|
||||
- private_key: /etc/pki/elasticsearch.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
@@ -686,8 +686,8 @@ elasticfleet_kafka_crt:
|
||||
- private_key: /etc/pki/elasticfleet-kafka.key
|
||||
- CN: {{ GLOBALS.hostname }}
|
||||
- subjectAltName: DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}
|
||||
- days_remaining: 0
|
||||
- days_valid: 820
|
||||
- days_remaining: 7
|
||||
- days_valid: 9
|
||||
- backup: True
|
||||
- timeout: 30
|
||||
- retry:
|
||||
|
||||
Reference in New Issue
Block a user