Changes between Version 3 and Version 4 of faq/security/use-apache-ssl
- Timestamp:
- Oct 9, 2009, 7:45:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/security/use-apache-ssl
v3 v4 9 9 1. Generate a private key. Ideally you should take this step on a secure personal computer and then copy the key to our server, however, you can [wiki:secure_shell secure shell] into our servers and run the following commands from a terminal. If you are windows user, you can [http://www.openssl.org/related/binaries.html downloand OpenSSL for windows], linux and MacOSX users will most likely have it installed already. You can create a private key by typing: 10 10 {{{ 11 openssl genrsa -out yourdomain.org.key 102411 openssl genrsa -out yourdomain.org.key 2048 12 12 }}} 13 13 1. You should change the permission on the key so that it is not world readable: