Renewing LetsEncrypt SSL - nagios.apoyar.eu

Revision as of 08:26, 22 January 2026 by 223.233.83.20 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 configtest

- Restart apache2

sudo systemctl restart apache2