22.07.2017, 03:37
Quote:
probably because its a massive hassle. when you convert your website to force https you have to change all links to https in order for it to work.
|
Moreover, (probably the forum uses the old grandpa Apache's http server, it requires you to save key & cert. somewhere and include it thro the conf. (I believe its done that way, apache is really into "making it easy" and that's how its done in nginx, I believe this as easy as it gets)
EDIT: yes.
You modify the virtual host file and give paths to the key & cert
Код:
SSLEngine on SSLCertificateFile /path/to/cert.crt SSLCertificateKeyFile /path/to/cert.key SSLCertificateChainFile /path/to/cert-chain.crt