wiki:faq/security/setup-certificate

Version 7 (modified by Jamie McClelland, 11 years ago) ( diff )

--

TranslatedPages

Configure your web site to use an x509 (aka SSL or https) certificate

One you have obtained a security certificate from a certificate authority, you can start using by:

  1. Request a dedicated IP address
  2. Modify your DNS records in the members control panel to use your new IP address
  3. 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
    
  4. Add the dedicated IP address to the IP field of your web configuration.

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.