Esxi SSL
Get the SSL certificate
The easiest way is to go through a site that allows easy generation.For example ZeroSSL (https://zerossl.com).
On the site, all you have to do is verify the domain name, either by emailing the domain name, or by adding a CNAME as a DNS entry.
Personally I have a preference for the DNS entry.
Ajouter un CNAME au DNS
On the domain management interface, add the entry as requested in the certificate creation steps Validate and test that the configuration is correct in the certificate creation tooldownload the certificate on the Esxi
Once downloaded, all that remains is to copy the files to the Esxi server, using SFTP for exampleA. Enabling SSH to upload files via SFTP
B. Upload files to Esxi server
install the certificate on the Esxi
Go to the Esxi ssl folder and rename the certificates copy to clipboardcd /etc/vmware/ssl mv private.key rui.key mv certificate.crt rui.crt services.sh restart
In some case, you maye use this command to restart the services copy to clipboard
services.sh restart &tail -f /var/log/jumpstart-stdout.logcommunities.vmware.com