Difference between revisions of "Renewing Letsencrypt certificates"
Jump to navigation
Jump to search
(Created page with "Stop apache server systemctl stop apache2 Run certbot certbot certonly --standalone listing all the names qwyddy-tech.com www.qwyddy-tech.com qwyddy-tech.it www.qwyddy...") |
(No difference)
|
Latest revision as of 11:13, 26 April 2020
Stop apache server
systemctl stop apache2
Run certbot
certbot certonly --standalone
listing all the names
qwyddy-tech.com www.qwyddy-tech.com qwyddy-tech.it www.qwyddy-tech.it
Replace the certificates
cd /etc/letsencrypt/live/ rm -rf qwyddy-tech.com mv qwyddy-tech.com-0001 qwyddy-tech.com
Restart apache
systemctl start apache2