homehowtokbslinksaboutcontactprojectsmusic

Index > Knowledge Base > Lets Encrypt in Ubuntu
This setup is Ubuntu 16.04 LTS
Install
apt update; apt install python-letsencrypt-apache -y
Generate a single domain certificate
sudo letsencrypt --apache -d mydomain.net
Generate multiple domain certificate, you can use -d switch to add more names
sudo letsencrypt --apache -d mydomain.net -d www.mydomain.net
Renew certificates
sudo letsencrypt renew