Changes between Version 2 and Version 3 of faq/security/use-apache-ssl


Ignore:
Timestamp:
Sep 12, 2008, 2:53:17 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/security/use-apache-ssl

    v2 v3  
    77 1. Submit a [/newticket new ticket] requesting a dedicated IP address.
    88 1. Once you receive the IP address, login to the [https://members.mayfirst.org/cp Members Control Panel], select your DNS service, and edit the records of type "A," changing the IP address of these records to match the IP address you were assigned.
    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 secure shell into our servers and run the following commands from a termina. 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:
     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:
    1010{{{
    1111openssl genrsa -out yourdomain.org.key 1024