| 1 | = Setup a security certificate = |
| 2 | |
| 3 | One 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 |
| 10 | SSLEngine On |
| 11 | SSLCertificateFile /path/to/certificate/file.crt |
| 12 | SSLCertificateKeyFile /path/to/key/file.key |
| 13 | }}} |