| 87 | |
| 88 | To 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 | {{{ |
| 91 | cd /etc/ssl/transitionnetwork.org/ |
| 92 | mkdir 2011; cd 2011 |
| 93 | openssl 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 | }}} |