Shared SSL

CrazyLane

Verified User
Joined
Dec 28, 2004
Messages
117
I have set up shared ssl up on DA and wanted any comments as I am new to DA.

I created and installed SSL cert for server host name.

I didn't want to use the ~ username wanted to share the ssl by domain name.

Addes Alias in the httpd.conf so that you can preview and share the ssl through:

http://server.host.com/preview/domain.com

https://server.host.com/ssl/domain.com

Any problems doing it this way.

Used a script to write:

ln -s /home/$username/domains/${domain}/public_html /home/sites/${domain}

For the Alias to work.
 
Back
Top