The following instructions will guide you through the SSL Certificate installation process on Drupal. If you have more than one server or device, you will need to install the certificate on each server or device you need to secure.
<Directory "/path/to/yoursite"> AllowOverride All <Directory>
<VirtualHost *:80> ServerName example.com Redirect "/" https://example.com/ </VirtualHost> <VirtualHost *:443> ServerName www.example.com # … SSL Configuration Goes Here </VirtualHost>
Your certificate is now installed. You can navigate to your site in a web browser and view the certificate/site information to verify if HTTPS/SSL is working properly.