Changes between Version 66 and Version 67 of NewLiveServer


Ignore:
Timestamp:
01/07/11 12:27:58 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v66 v67  
    8585 
    8686The above was documented as a result of ticket:165, see also wiki:SecurityInfo. 
     87 
     88To generate a new certificate, [http://wiki.gandi.net/en/ssl/csr follow the gandi instructions] (the only required field is the Common Name): 
     89 
     90{{{ 
     91cd /etc/ssl/transitionnetwork.org/ 
     92mkdir 2011; cd 2011 
     93openssl req -nodes -newkey rsa:2048 -keyout transitionnetwork.org.key -out transitionnetwork.org.csr 
     94  Generating a 2048 bit RSA private key 
     95  Country Name (2 letter code) [AU]: 
     96  State or Province Name (full name) [Some-State]: 
     97  Locality Name (eg, city) []: 
     98  Organization Name (eg, company) [Internet Widgits Pty Ltd]: 
     99  Organizational Unit Name (eg, section) []: 
     100  Common Name (eg, YOUR name) []:*.transitionnetwork.org 
     101  Email Address []: 
     102   
     103  Please enter the following 'extra' attributes 
     104  to be sent with your certificate request 
     105  A challenge password []: 
     106  An optional company name []: 
     107}}} 
    87108 
    88109== apc ==