Re: SSL Keys, Certificates, Etc.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, May 15, 2003 at 11:56:35AM -0800, Michael Smith wrote:
> Hey,
> 
> So I'm trying to figure out how to setup a certificate. I already have
> the certificate and some other files. Here are the files I have:
> 
> www.mydomain.org.crt which looks like:
> -----BEGIN CERTIFICATE-----
> a bunch of jumble ending with two equal signs and then
> -----END CERTIFICATE-----
> 
> www.mydomain.org.csr which looks like:
> -----BEGIN CERTIFICATE REQUEST-----
> again a bunch of jumble that ends with two equal signs and then
> -----END CERTIFICATE REQUEST-----
> 
> www.mydomain.org.key which lookds like:
> -----BEGIN RSA PRIVATE KEY-----
> Proc-Type: 4,ENCRYPTED
> DEK-Info: DES-EDE3-CBC,DFBDD772CB177D84
> 
> skip a line then a bunch of jumble ending with two equal signs and then
> -----END RSA PRIVATE KEY-----
> 
> so what command do I use to get that key setup on my machine... any
> ideas?

Put the two files somewhere, and point SSLCertificateFile and
SSLCertificateKeyFile at them in /etc/httpd/conf.d/ssl.conf, e.g:

  SSLCertificateFile /etc/httpd/conf/ssl.crt/www.mydomain.org.crt
  SSLCertificateKeyFile /etc/httpd/conf/ssl.key/www.mydomain.org.key

You don't need to do anything with the CSR.

Regards,

joe




[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux