On Thu, Apr 5, 2012 at 8:27 AM, peshoTDI wrote:
>
> Hi all,
>
> I've been trying to set up HTTPS connection to my website.
> I created a selfsigned certificate /etc/ssl/cert/cert-https.crt
> The corresponding private key is /etc/ssl/private/key-https.key
>
> In the VirtualHost in sites-enabled/mys
Hi all,
I've been trying to set up HTTPS connection to my website.
I created a selfsigned certificate /etc/ssl/cert/cert-https.crt
The corresponding private key is /etc/ssl/private/key-https.key
In the VirtualHost in sites-enabled/mysite I added:
SSLEngine on
SSLOptions +StrictRequire
SSLCert