SSL certificate to Webmin

  • Install StartSSL certificate to Webmin

    This guide provide step-by-step on how to install StartSSL certificate to Webmin so that we can access to the Wemin Control Panel with a signed https address. First, if the private key is created by StartSSL and password-protected, we should decrypt it:[bash]openssl rsa -in server.name-ssl.key -out server.name-ssl.key[/bash] Combined private keys and certificates to have webmin-compatible…