Remove root-ca.key from the list of certificates copied to Wazuh indexer nodes
This commit is contained in:
parent
2909b74f5b
commit
0b96d80bc1
@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|
||||||
- None
|
- Remove root-ca.key from the list of certificates copied to indexer nodes ([#1653](https://github.com/wazuh/wazuh-ansible/pull/1653))
|
||||||
|
|
||||||
## [4.12.1]
|
## [4.12.1]
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,6 @@
|
|||||||
mode: 0400
|
mode: 0400
|
||||||
with_items:
|
with_items:
|
||||||
- root-ca.pem
|
- root-ca.pem
|
||||||
- root-ca.key
|
|
||||||
- "{{ indexer_node_name }}-key.pem"
|
- "{{ indexer_node_name }}-key.pem"
|
||||||
- "{{ indexer_node_name }}.pem"
|
- "{{ indexer_node_name }}.pem"
|
||||||
- admin-key.pem
|
- admin-key.pem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user