Forum archive
Ansible Appliance - Revoked Certificate
I've just downloaded / installed the Ansible appliance, but the SSL certificate has been revoked for both the Ansible web address as well as the Webmin server. How can I resolve this? Thanks!
Forum archive
I've just downloaded / installed the Ansible appliance, but the SSL certificate has been revoked for both the Ansible web address as well as the Webmin server. How can I resolve this? Thanks!
TBH, I'm not 100% sure what you mean when you say "revoked" SSL certificates?!
I can only assume that you mean the scary looking browser warning when you first log into a HTTPS page on a TurnKey server via a web browser?! Assuming I'm correct, that's expected behaviour. You just need to click through the warnings (there should be a "advanced" button that allows you to proceed) then you can access the web service behind it.
FWIW the default SSL/TLS certificates which TurnKey Linux uses are self generated on firstboot. As such, they are what is known as "self signed" certificates. Because they have not been signed by a trusted third party, they are considered untrusted by default. So long as you know to expect them they are not as bad as the security warning suggests. It's just that anyone can generate them and because of that, bad guys have used them to pretend that they're someone that they're not...
If you wish to generate "proper" TLS/SSL certificates, then assuming that your server is running on the internet and you have a domain name to use, and have it linked to your server (i.e. have DNS set up so that it resolves to your server) then you can upgrade Confconsole to v1.1.2 (see instructions on the v1.1.2 release notes) and then use Confconsole to generate a free Let's Encrypt certificate.
I hope that helps. If you need more of a hand and/or have further questions, please ask.