[SOLVED] error on add a new node

informant

Renowned Member
Jan 31, 2012
793
10
83
hi all i get following error message if i add a new node on web gui.
Code:
waiting for quorum...OK
(re)generate node files
generate new node certificate
Certificate request self-signature ok
subject=OU = PVE Cluster Node, O = Proxmox Virtual Environment, CN = phoenix.mydomain.de
CA certificate and CA private key do not match
40361263BE740000:error:05800074:x509 certificate routines:X509_check_private_key:key values mismatch:../crypto/x509/x509_cmp.c:408:
TASK ERROR: unable to generate pve ssl certificate: command 'faketime yesterday openssl x509 -req -in /tmp/pvecertreq-1252.tmp -days 730 -out /etc/pve/nodes/phoenix/pve-ssl.pem -CAkey /etc/pve/priv/pve-root-ca.key -CA /etc/pve/pve-root-ca.pem -CAserial /etc/pve/priv/pve-root-ca.srl -extfile /tmp/pvesslconf-1252.tmp' failed: exit code 1
is a brand new installed node only with proxmox iso..
any ideas to fix?
regards
 
# rm /etc/pve/pve-root-ca.pem
and than
# pvecm updatecerts --force
on new node
than restart
than add again

dont work, same issue.
 
solution:
delete all ssl in pve dir and under folders
than renew ssl´s
reboot node and cluster
than add again
works fine
regards