OwnCloud Adding SSL encryption
I followed the directions from here, except that I had to make one very important addition before creating the certificate. 1. Install openssl and add it to apache: sudo apt-get install openssl sudo a2enmod ssl sudo a2enmod rewrite 2. Make the SSL certificate. IMPORTANT: I had to set an environment variable before creating the certificate to give my server […]
OwnCloud Adding SSL encryption Read More »