add subjectAltName to filebeat.crt

IP SAN is required for Endgame integration w/Logstash when DNS resolution is unavailable
This commit is contained in:
Dustin Lee
2021-11-30 16:24:08 -05:00
committed by GitHub
parent 4c6786a412
commit 8a394380cb

View File

@@ -517,6 +517,7 @@ conf_filebeat_crt:
- signing_policy: filebeat
- public_key: /opt/so/conf/filebeat/etc/pki/filebeat.key
- CN: {{ COMMONNAME }}
- subjectAltName: DNS:{{ HOSTNAME }}, IP:{{ MAINIP }}
- days_remaining: 0
- days_valid: 820
- backup: True