Renewing LetsEncrypt SSL - nagios.apoyar.eu: Difference between revisions

From Apoyar Wiki
Jump to navigation Jump to search
(Created page with "SSL Renewal for nagios.apoyar.eu -------------------------------- - Login to nagios.wireguard.apoyar server with neal user and apoyar key (make sure wireguard VPN is connected) - Run below command, it will give ne TXT record to update in go daddy sudo certbot -d nagios.apoyar.eu --manual --preferred-challenges dns certonly - update the value for existing TXT record and wait for 10 mins and then hit enter - check syntax error with below command sudo apachectl conf...")
 
No edit summary
 
Line 4: Line 4:
- Login to nagios.wireguard.apoyar server with neal user and apoyar key (make sure wireguard VPN is connected)
- Login to nagios.wireguard.apoyar server with neal user and apoyar key (make sure wireguard VPN is connected)


- Run below command, it will give ne TXT record to update in go daddy
 
- Run below command


sudo certbot -d nagios.apoyar.eu --manual --preferred-challenges dns certonly
sudo certbot -d nagios.apoyar.eu --manual --preferred-challenges dns certonly




- update the value for existing TXT record and wait for 10 mins and then hit enter
- It will give new TXT record, update the value for TXT record in go daddy and wait for 10 mins and then hit enter




Line 15: Line 16:


sudo apachectl configtest
sudo apachectl configtest


- Restart apache2
- Restart apache2


sudo systemctl restart apache2
sudo systemctl restart apache2

Latest revision as of 13:41, 26 January 2026

SSL Renewal for nagios.apoyar.eu


- Login to nagios.wireguard.apoyar server with neal user and apoyar key (make sure wireguard VPN is connected)


- Run below command

sudo certbot -d nagios.apoyar.eu --manual --preferred-challenges dns certonly


- It will give new TXT record, update the value for TXT record in go daddy and wait for 10 mins and then hit enter


- check syntax error with below command

sudo apachectl configtest


- Restart apache2

sudo systemctl restart apache2