mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 12:54:19 +01:00
enable certbot.timer
This commit is contained in:
@@ -81,8 +81,7 @@ Restart=always
|
||||
RestartSec=60
|
||||
" | sudo tee -a /etc/systemd/system/certbot.service
|
||||
|
||||
sudo systemctl enable certbot
|
||||
sudo systemctl start certbot
|
||||
sudo systemctl enable certbot.timer
|
||||
|
||||
echo ""
|
||||
echo "***"
|
||||
@@ -93,8 +92,7 @@ echo "Setting up nginx.conf"
|
||||
echo "***"
|
||||
echo ""
|
||||
|
||||
echo "If there is other an stream service is installed with Nginx already, you will need to edit the nginx.conf manually to remove the duplicate stream entry"
|
||||
echo "by running \`sudo nano /etc/nginx/nginx.conf\`."
|
||||
echo "If there is other an stream service is installed with Nginx already, you will need to edit the nginx.conf manually to remove the duplicate stream entry by running \`sudo nano /etc/nginx/nginx.conf\`."
|
||||
echo "please press a key to continue"
|
||||
read key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user