installing ssl
    Jim Ohlstein 
    jim.ohlstein at gmail.com
       
    Fri Jun 26 05:56:16 MSD 2009
    
    
  
Ilan Berkner wrote:
> Can anyone point me to a document or step by step instructions as to 
> how to install SSL / make it work with nginx?
>
I think you'll find the wiki quite informative for simple questions like 
this.
See http://wiki.nginx.org/NginxHttpSslModule
To generate a key and CSR, if you don't have one, run
# openssl req -new -nodes -keyout yourServerName.key -out yourServerName.csr
and follow the prompts.
> thanks
Jim
    
    
More information about the nginx
mailing list