I have applied my own SSL certificate to my ESXi host using the default names rui.crt and rui.key. The site is SSL'd but upon verification through SSL Checker, I am missing my intermediate/chain certificate (typcally a .pem or .pfx).
I see that ESXi has both a default castore.pem and iofiltervp.pem but no "rui.pem" to go with the rui.crt and rui.key.
How do I install my intermediate/chain certificate into /etc/vmware/ssl (into the ESXi certificate store) and what do I name it? Is there a config file I need to modify to point to my intermediate/chain cert like found in Apache's mod_ssl /etc/httpd/conf.d/certs ssl.conf file?
Thank you.