Changes between Version 18 and Version 19 of setup_dedicated_ip


Ignore:
Timestamp:
May 30, 2012, 5:29:00 PM (12 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup_dedicated_ip

    v18 v19  
    4848 * If you want to use the IP address with an SSL certificate, the following additional steps are need and can be made via the [https://members.mayfirst.org/cp members control panel].
    4949  * [wiki:get_security_certificate Get a security certificate].
    50   * Under web config, click add new item. Be sure to copy and paste the values from the existing web config rather than taking the default values - you want to be sure to include any extras that you might have added (like the drupal AllowOverride lines).
    51   * Specify the same login as the owner,
    52   * Make it enabled,
    53   * Specify https,
    54   * For IP address specify the IP address that has been allocated.
    55   * Finally, add three new lines (Replace chavez with the name of the server the site is hosted on. NOTE: They will need to change these lines after they have purchased an SSL certificate so that they point to their own ssl certificate. These lines are just starters so that it works without an error.)
    56 {{{
    57 #SSL Stuff
    58 SSLEngine On
    59 SSLCertificateFile /etc/apache2/ssl/chavez.mayfirst.org.crt
    60 SSLCertificateKeyFile /etc/apache2/ssl/chavez.mayfirst.org.key
    61 }}}
    62 
     50        * [wiki:setup_security_certificate configure your web site to use it].