wazuh / wazuh-virtual-machines

Wazuh - Virtual Machines (OVA and AMI)
https://wazuh.com/
GNU General Public License v2.0
0 stars 0 forks source link

Migrated certificates and passwords changes for AMI #73

Closed c-bordon closed 2 weeks ago

c-bordon commented 2 weeks ago

Description

Changes are migrated so that AMI 4.10.0 contains the creation of own certificates and changes in passwords

Test

[root@wazuh-server ~]# ls -la /etc/wazuh-indexer/certs/
total 24
dr-x------  2 wazuh-indexer wazuh-indexer  117 Oct  9 15:14 .
drwxr-x--- 11 wazuh-indexer wazuh-indexer 4096 Oct  9 15:15 ..
-r--------  1 wazuh-indexer wazuh-indexer 1704 Oct  9 15:14 admin-key.pem
-r--------  1 wazuh-indexer wazuh-indexer 1107 Oct  9 15:14 admin.pem
-r--------  1 wazuh-indexer wazuh-indexer 1184 Oct  9 15:14 root-ca.pem
-r--------  1 wazuh-indexer wazuh-indexer 1704 Oct  9 15:14 wazuh-indexer-key.pem
-r--------  1 wazuh-indexer wazuh-indexer 1229 Oct  9 15:14 wazuh-indexer.pem
[root@wazuh-server ~]# ls -la /etc/wazuh-dashboard/certs/
total 12
dr-x------ 2 wazuh-dashboard wazuh-dashboard   83 Oct  9 15:14 .
drwxr-x--- 3 wazuh-dashboard wazuh-dashboard  110 Oct  9 14:43 ..
-r-------- 1 wazuh-dashboard wazuh-dashboard 1184 Oct  9 15:14 root-ca.pem
-r-------- 1 wazuh-dashboard wazuh-dashboard 1704 Oct  9 15:14 wazuh-dashboard-key.pem
-r-------- 1 wazuh-dashboard wazuh-dashboard 1233 Oct  9 15:14 wazuh-dashboard.pem
hosts:
  - default:
      url: https://127.0.0.1
      port: 55000
      username: wazuh-wui
      password: "I-08bfa914a259e3b90"
      run_as: false

Screenshot_20241009_124830 Screenshot_20241009_124900

Build https://github.com/wazuh/wazuh-virtual-machines/actions/runs/11257277627/job/31301121720

Issue related

72