Last modified by Aaron Rosenzweig on 2012/03/19 19:33

From version 31.1
edited by Kieran Kelleher
on 2008/07/21 17:43
Change comment: There is no comment for this version
To version 32.1
edited by Kieran Kelleher
on 2008/07/21 18:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -39,7 +39,7 @@
39 39  {{/noformat}}
40 40  
41 41  Next run the one single openssl command that will make the two files we need in their final folder that we just created above.
42 -Note you will be asked for a bunch of info for the certificate. Follow what I have done below. **In particular, enter "localhost" in the Common Name field!**
42 +Note you will be asked for a bunch of info for the certificate. Follow what I have done below. **In particular, enter "localhost" in the Common Name field**
43 43  
44 44  {{noformat}}
45 45  
... ... @@ -81,10 +81,13 @@
81 81  /etc/apache2/httpd.conf
82 82  making the changes shown in the following 2 screenshots:
83 83  
84 +[[image:step1_servernamelocalhost.jpg]]
85 + [[image:step2_includesslconfig.jpg]]
86 + 
84 84  Next edit the ssl config file itself making the changes shown in the following sceenshot:
88 +\\ [[image:step3_sslconfig.jpg]]
89 + Finally, restart apache
85 85  
86 -Finally, restart apache
87 -
88 88  {{noformat}}
89 89  
90 90  bash-3.2# apachectl graceful