These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for getting rid of "warning - expired cert" message on the new forum.
hello -
i have switched over to using 'letsEncrypt' but i am using it from the command line (yes old school stuff)
a website previously had been using Comodo that was installed using VM, and now i am seeing this message:
SSL Certificate Warning
Some virtual servers' SSL certifcates have expired : XXXXXX.com
i know the cert are properly installed, since i went in and manually edited the httpd.conf file to look like this:
SSLCertificateFile /etc/letsencrypt/live/XXXXXX.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/XXXXXX.com/privkey.pem
SSLCACertificateFile /etc/letsencrypt/live/XXXXXX.com/chain.pem
and i verified it here: https://www.geocerts.com/ssl_checker
my question: how to i tell virtualmin at this point that i will be manually maintaining the certifications? virtualmin still thinks the certs are at:
SSL certificate file /home/XXXXXX.com/ssl.cert
SSL private key file /home/XXXXXX.com/ssl.key
thank you very much.
Hi,
It's likely a simple matter of "refreshing" Virtualmin as by default Virtualmin may cache certain details about things. Typically, even when you install your own SSL certificate, you should be doing it through the GUI to ensure all the appropriate settings and such are changed correctly.
If you'd like, we can have a private conversation on Skype, where I can test your certificate installation and see about diagnosing why Virtualmin is complaining. Drop me a line if you'd like to setup a day and time.
Best Regards,
Peter Knowles | TPN Solutions
Email: pknowles@tpnsolutions.com | Skype: tpnassist
Re: It's likely a simple matter of "refreshing" Virtualmin
No, because I think VM expects the certs to be within the virtual servers "directory". The CA path in VM is fine.