mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
SSL Setup - Changed CN to master host
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- ca_server: {{ master }}
|
||||
- signing_policy: filebeat
|
||||
- public_key: /etc/pki/filebeat.key
|
||||
- CN: ca.example.com
|
||||
- CN: {{ master }}
|
||||
- days_remaining: 3000
|
||||
- backup: True
|
||||
- managed_private_key:
|
||||
@@ -40,7 +40,7 @@ fbcrtlink:
|
||||
- ca_server: {{ master }}
|
||||
- signing_policy: filebeat
|
||||
- public_key: /etc/pki/registry.key
|
||||
- CN: ca.example.com
|
||||
- CN: {{ master }}
|
||||
- days_remaining: 3000
|
||||
- backup: True
|
||||
- managed_private_key:
|
||||
|
||||
Reference in New Issue
Block a user