Changes between Version 12 and Version 13 of faq/security/setup-certificate
- Timestamp:
- Jan 23, 2015, 6:52:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/security/setup-certificate
v12 v13 2 2 = Configure your web site to use an x509 (aka SSL or https) certificate = 3 3 4 On esyou have [wiki:faq/security/get-certificate obtained a security certificate] from a certificate authority, you can start using by:4 Once you have [wiki:faq/security/get-certificate obtained a security certificate] from a certificate authority, you can start using by: 5 5 6 6 1. Add a new https web config that includes the following: … … 14 14 2. Don't forget to include the DocumentRoot related inscriptions to the new web config: 15 15 {{{ 16 DocumentRoot /home/members/name/sites/ my-site.net/web17 CustomLog /home/members/name/sites/ my-site.net/logs/web.log combined18 ErrorLog /home/members/name/sites/ my-site.net/logs/error.log19 ScriptAlias /cgi-bin /home/members/name/sites/ my-site.net/cgi-bin16 DocumentRoot /home/members/name/sites/example.net/web 17 CustomLog /home/members/name/sites/example.net/logs/web.log combined 18 ErrorLog /home/members/name/sites/example.net/logs/error.log 19 ScriptAlias /cgi-bin /home/members/name/sites/example.net/cgi-bin 20 20 }}} 21 21