Changes between Initial Version and Version 1 of faq/security/setup-certificate


Ignore:
Timestamp:
Apr 17, 2009, 10:51:16 PM (16 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/security/setup-certificate

    v1 v1  
     1= Setup a security certificate =
     2
     3One you have [wiki:get_security_certificate obtained a security certificate] from a certificate authority, you can start using by:
     4
     5 1. [/newticket Request a dedicated IP address
     6 1. Modify your DNS records in the [https://members.mayfirst.org/ members control panel] to use your new IP address
     7 1. Add a new https web config that includes the following:
     8{{{
     9#SSL Stuff
     10SSLEngine On
     11SSLCertificateFile /path/to/certificate/file.crt
     12SSLCertificateKeyFile /path/to/key/file.key
     13}}}