Changes between Version 20 and Version 21 of faq/security/setup-certificate
- Timestamp:
- Sep 29, 2016, 11:54:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/security/setup-certificate
v20 v21 34 34 === https === 35 35 36 You may also wish to use your own certificates, in which case select "https" and specify the `SSLEngine On`, `SSLCertificateKeyFile`, and `SSLCertificateFile` parameters in your configuration that point to the appropriate files. If your web configuration has only an https item, you won't have an http site at all. Note that this means anyone trying to reach your site with http ://will get an "Error 404 Server not found" message.36 You may also wish to use your own certificates, in which case select "https" and specify the `SSLEngine On`, `SSLCertificateKeyFile`, and `SSLCertificateFile` parameters in your configuration that point to the appropriate files. If your web configuration has only an https item, you won't have an http site at all. Note that this means anyone trying to reach your site with http will get an "Error 404 Server not found" message. 37 37 38 38 === Both http and https ===