Changes between Version 12 and Version 13 of faq/security/setup-certificate


Ignore:
Timestamp:
Jan 23, 2015, 6:52:12 PM (10 years ago)
Author:
Daniel Kahn Gillmor
Comment:

--

Legend:

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

    v12 v13  
    22= Configure your web site to use an x509 (aka SSL or https) certificate =
    33
    4 Ones you have [wiki:faq/security/get-certificate obtained a security certificate] from a certificate authority, you can start using by:
     4Once you have [wiki:faq/security/get-certificate obtained a security certificate] from a certificate authority, you can start using by:
    55
    66 1. Add a new https web config that includes the following:
     
    1414 2. Don't forget to include the DocumentRoot related inscriptions to the new web config:
    1515{{{
    16 DocumentRoot /home/members/name/sites/my-site.net/web
    17 CustomLog /home/members/name/sites/my-site.net/logs/web.log combined
    18 ErrorLog /home/members/name/sites/my-site.net/logs/error.log
    19 ScriptAlias /cgi-bin /home/members/name/sites/my-site.net/cgi-bin
     16DocumentRoot /home/members/name/sites/example.net/web
     17CustomLog /home/members/name/sites/example.net/logs/web.log combined
     18ErrorLog /home/members/name/sites/example.net/logs/error.log
     19ScriptAlias /cgi-bin /home/members/name/sites/example.net/cgi-bin
    2020}}}
    2121