wordpress and let’s encrypt

Here’s how to install Let’s Encrypt for SSL-certificates on Ubuntu1804 assuming you have apache (lamp) and wordpress running already and you own the domain you are using, of course. add-apt-repository ppa:certbot/certbot apt install python-certbot-apache certbot –apache -d berndkuhlen.de -d www.berndkuhlen.de certbot renew –dry-run make…