Installed SSL certificate
Tuesday, September 16th, 2008Applied for and installed SSL certificate on CentOS Moodle server: 1. check if Apache runs mod_ssl and setup httpd.conf to listen to port 443 yum install mod_ssl edit ssl.conf, add "NameVirtualHost *:443" to allow for name based virtual hosts. edit the DocumentRoot in the VirtualHost section 2. Create CSR (Certificate Signing Request): Generate A Private Key openssl ...



















