Written by Landis Arnold on . Domain Management and SSL

Turnkey and Apache SSL configurations

Jumped through the hoop today on implementing multiple domains on a system.

The process was something of the following:

This is a view of how my Apache Directives read for in Webmin

*.443

    SSLEngine on

 
    SSLEngine on
 
     #  SSLCertificateFile /etc/ssl/old_ssl_folder/oldcert.crt
     #  SSLCertificateKeyFile /etc/ssl/old_ssl_folder/oldcert.key
     #  SSLCertificateChainFile /etc/ssl/old_ssl_folder/oldcert.ca-bundle
 
    SSLCertificateFile /etc/ssl/newcert_multi_folder/new_issued_multi.crt
    SSLCertificateKeyFile /etc/ssl/newcert_multi_folder/newcert_private.key
    SSLCertificateChainFile /etc/ssl/newcert_multi_folder/new_issued._multica-bundle
 
    ServerAdmin ....(removed)

This is not always as easy a process as it was today, as different file types.   Today though, it went on the first try and Apache took the changes.

I still have my Primary Domain Cert running with its special Redirect.

My Secondary Cert I will reissue and use somewhere else as I put it's domain into this Multi Cert.

The Multi-Cert Process went very well.

This is not a small amount of work, but I can help.  Please contact me via the SSL Install link 
Comodo-PositiveSSL-Installation-on-Turnkey-System

Print

Joomla3 Appliance - Powered by TurnKey Linux