Install self signed ssl cert. on centos (https)
How to enable SSL on your Centos webserver! Follow the steps bellow to create a new secure certificate for your website and enable https: Centos 6.5 First step is to check which modules are being used by apache2 apachectl -M | grep ssl If module: ssl_module (shared) is loaded then we skip to step 3. If it is not loaded then we […]