Get a certificate
certbot certonly -w /DIR/ -d domain1.net -d www.domain1.net
Renew certificates
/etc/init.d/apache2 stop
certbot renew
/etc/init.d/apache2 start
/etc/init.d/apache2 stopcertbot renew /etc/init.d/apache2 startcertbot certonly -w /DIR/ -d domain1.net -d www.domain1.net
/etc/init.d/apache2 stopcertbot renew /etc/init.d/apache2 start