LetsEncrypt: Difference between revisions

From Growth Agency Wiki
Jump to navigation Jump to search
Created page with "sudo apt install certbot python3-certbot-apache sudo apache2ctl configtest sudo systemctl reload apache2 sudo ufw allow 'Apache Full' sudo certbot --apache // Check auto renewal status sudo systemctl status certbot.timer"
 
No edit summary
Line 1: Line 1:
<pre>
sudo apt install certbot python3-certbot-apache
sudo apt install certbot python3-certbot-apache
sudo apache2ctl configtest
sudo apache2ctl configtest
Line 7: Line 8:


// Check auto renewal status
// Check auto renewal status
sudo systemctl status certbot.timer
sudo systemctl status certbot.timer]
</pre>

Revision as of 08:35, 25 October 2023

sudo apt install certbot python3-certbot-apache
sudo apache2ctl configtest
sudo systemctl reload apache2
sudo ufw allow 'Apache Full'

sudo certbot --apache

// Check auto renewal status
sudo systemctl status certbot.timer]