Only one of my domains isn't renewing

He deleted all. :smiley:

A pyro indeed. :fire:

4 Likes

This is all hosted on my dads server from his house.. consumer ISP. Sometimes the IP can change (rarely but yea) and I tried automating the DNS update through Godaddy.. the scripting eventually worked but it was a disaster in implementation and documentation

4 Likes

Are you positive your LE folders are clean now?

3 Likes

I feel a Frankenstein moment coming on...

Please show:
ls -l /etc/letsencrypt/live/*

3 Likes

After I corrected the typo there..
# ls -l /etc/letsencrypt/live/*
-rw-r--r-- 1 root root 740 Apr 12 2020 /etc/letsencrypt/live/README

/etc/letsencrypt/live/agshardscapes.com:
total 4
lrwxrwxrwx 1 root root  41 Oct 27 20:17 cert.pem -> ../../archive/agshardscapes.com/cert1.pem
lrwxrwxrwx 1 root root  42 Oct 27 20:17 chain.pem -> ../../archive/agshardscapes.com/chain1.pem
lrwxrwxrwx 1 root root  46 Oct 27 20:17 fullchain.pem -> ../../archive/agshardscapes.com/fullchain1.pem
lrwxrwxrwx 1 root root  44 Oct 27 20:17 privkey.pem -> ../../archive/agshardscapes.com/privkey1.pem
-rw-r--r-- 1 root root 692 Oct 27 20:17 README
2 Likes

Fix that typo, Rudy!!!

3 Likes

You don't have to tell me twice!!

Only FOOLS are positive!
Are you sure?
I'm positive!!!

LOL

READERS: Get involved. Be heard. Do your part with: If you read something you like, then like it :heart:

3 Likes

No other folders is live?

2 Likes

well.. the sites are still showing as not secure
Except the one that is in live of course

3 Likes

Reload the webserver. :wink:

1 Like

They all need to use that new cert.
Please show (might need sudo):
grep -R privkey.pem /etc/apache2/

2 Likes

The current certificate:

1 Like

Of course I did that... :stuck_out_tongue:
service apache2 restart --this didn't do it
apachectl restart -- this did it though

4 Likes

Apache is Apache after all ...

Please show:
grep -R privkey.pem /etc/apache2/

2 Likes

Favor reloads over restarts. They won't disrupt your traffic.

2 Likes

well shit now I'm getting subdomains routing back to the main site.. not good.

2 Likes

What traffic? - LOL
All sites are down - may day ! may day !

2 Likes

What certbot command did you use?

2 Likes
# grep -R privkey.pem /etc/apache2/
/etc/apache2/sites-enabled/owncloud-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/emby.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/webmin.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/torrent.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/ourfamily.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/becssafe.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/teatroburlesco.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/kristol.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/squire.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-enabled/agshardscapes.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-available/owncloud-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-available/emby.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/webmin.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/torrent.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/ourfamily.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/becssafe.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/teatroburlesco.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/kristol.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/squire.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
/etc/apache2/sites-available/ipcam.jnjinnm.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/apache2/sites-available/agshardscapes.com-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
2 Likes

certbot delete
certbot
(deleted problem symlinks and confs)
certbot