Friday, February 18, 2011

 

ssl for apache

openssl req -new -x509 -days 365 -sha1 -newkey rsa:1024 \
-nodes -keyout server.key -out server.crt \
-subj '/O=Company/OU=Department/CN=www.example.com'

yum install mod_ssl
and update the ssl.conf file w/ the new key and cert
Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?