On Fri, Feb 17, 2012 at 2:02 AM, K.C. Ramakrishna <[email protected]>wrote:
> Hi all, > > This is my first time ever that I am configuring a cert. I have read > various tutorials but am unable to figure out which variables are > associated to which files. > > Some contextual explanation of each file will also help. > > I have these files from Thawte. Which variables should I associate them to > in ssl.com? > /etc/httpd/conf.d/ssl.conf > > > my_domain_com_apache.crt > > my_domain_com_i2.crt > > my_domain_ee.crt > > my_domain_i1.crt > > SSL123_CA_Bundle.pem copy paste the certificate you got from Thwte at the end of your private key www.your-domain.com.pem > I of course have a my_domain.key which I generated using openssl command - > 2048 bit encryption. > A sample ssl.conf and httpd.conf with Virtualhost contents will be very > appreciated. > <IfModule mod_ssl.c> <VirtualHost *:443> ServerName www.your-domain.com SSLEngine on # This is where you will point your certificates file paths SSLCertificateFile /path/to/file/www.your-domain.com.pem SSLCACertificateFile /path/to/file/SSL123_CA_Bundle.pem [...] </VirtualHost> </IfModule> hth -Satya _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
