VMware Cloud Community
jriveron44
Contributor
Contributor

vsphere down

By mistake I have tried to change the esxi certificate, it gave me an error: the certificate cannot be installed.

Then the console has been blocked and now it does not respond by ip.

Tags (1)
0 Kudos
3 Replies
jriveron44
Contributor
Contributor

This is the problem, any idea?

SSL Error 1: Code 185073780, String: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

0 Kudos
scott28tt
VMware Employee
VMware Employee

What did VMware support say when you opened a request with them?


-------------------------------------------------------------------------------------------------------------------------------------------------------------

Although I am a VMware employee I contribute to VMware Communities voluntarily (ie. not in any official capacity)
VMware Training & Certification blog
0 Kudos
a_p_
Leadership
Leadership

In case this is a standalone host, you may recreate new self-signed certificates using the following commands:

cd /etc/vmware/ssl

mv rui.crt rui.crt.bak

mv rui.key rui.key.bak

/sbin/generate-certificates

reboot

Please ensure that the VMs on the host have been shut down prior to executing the reboot command!

André

0 Kudos