apache let's encrypt Apache let's encrypt on ubuntu 16.04 Update and install the Let's Encrypt client Install sudo apt-get update sudo apt-get install letsencrypt python-letsencrypt-apache Invoke letsencrypt sudo letsencrypt --apache -d Automate the renewal process letsencrypt renew renews all the domains on the server secured wi... Read more 6th Mar 2020
ubuntu let's encrypt pureftp Pure-ftp setup (inlcuding virtualusers and letsencrypt) under ubuntu Install pure-ftp apt-get update apt-get install pure-ftpd Ensure File /etc/inetd.conf has ftp commented out File /etc/default/pure-ftpd-common STANDALONE_OR_INETD=standalone Add ftp users group groupadd ftpusers Add ftp user - ftpuser or any other id as preferred useradd -g ftpusers -d... Read more 26th May 2019
ubuntu let's encrypt nginx Nginx let's encrypt with A+ SSL on ubuntu There are two modes when you don't want Certbot to edit your configuration: Standalone: replaces the webserver to respond to ACME challenges Webroot: needs your webserver to serve challenges from a known folder. Webroot is better because it doesn't need to replace Nginx (to bind to port... Read more 6th Mar 2019