Configuring CouchDB 1.6.1 with LetsEncrypt free SSL certificate on Debian 8 (jessie)
Enable jessie-backports, if not already enabled on your system. As described here: echo deb http://ftp.debian.org/debian jessie-backports main | sudo tee /etc/apt/sources.list.d/backports.list > /dev/null aptitude update Install certbot as described here: sudo aptitude install certbot -t jessie-backports Configure a web server, so certbot can communicate with the outside world. I use lighttpd. sudo aptitude install lighttpd …