[[TranslatedPages]] = Setup a security certificate = One you have [wiki:get_security_certificate obtained a security certificate] from a certificate authority, you can start using by: 1. [/newticket Request a dedicated IP address] 1. Modify your DNS records in the [https://members.mayfirst.org/ members control panel] to use your new IP address 1. Add a new https web config that includes the following: {{{ #SSL Stuff SSLEngine On SSLCertificateFile /path/to/certificate/file.crt SSLCertificateKeyFile /path/to/key/file.key SSLCertificateChainFile /path/to/key/intermediate.crt }}}