Only one of my domains isn't renewing

That boils down to just two certs:

/etc/letsencrypt/live/agshardscapes.com/privkey.pem
/etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
2 Likes

I'm seeing correct content here:

I'm seeing "mixed content" that needs fixed, but that's another matter.

3 Likes

That shouldn't exist...

3 Likes

But there is only one listed !

2 Likes

So you interactively created the combined cert then?

3 Likes

If that is ALL the domains, then they ALL need to use the new cert.
And perhaps the certname should have been "ALL".

2 Likes

@griffin I typed certbot and when it displayed all the names of sites available I hit enter without selecting one

@rg305 It is all the domains and subdomains that I know of

3 Likes

Take a minute (or seven) and update all these files:

/etc/apache2/sites-available/emby.jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/webmin.jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/torrent.jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/ourfamily.jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/becssafe.jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/teatroburlesco.com-le-ssl.conf
/etc/apache2/sites-available/kristol.jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/squire.jnjinnm.com-le-ssl.conf
/etc/apache2/sites-available/agshardscapes.com-le-ssl.conf

ensure they use the new cert :slight_smile:

then restart Apache

2 Likes

This was a good idea.

I'm out of likes for now... :broken_heart:

4 Likes

I had deleted all these files and let my latest certbot recreate them.
Also only 1 service is kicking back to the main site as far as I know.
I think your guys' job is done TY SO MUCH for the quick replies

3 Likes

I need to run in a moment, but I feel like things are well underway. Just be sure to fix that mixed content too. No point in getting a cert working and having no padlock to prove it.

4 Likes

:-1: Down with "out of likes" :-1:

:+1: We need MORE likes! :+1:

3 Likes

Amen, brother. Where did I put that Zelda fairy? :fairy:

5 Likes

Glad we of the two-headed-giant-on-speed-persuasion were able to help. :smiley:

2 Likes

I know it's not your thing but any idea why this would be kicking back to the root domain?

<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName emby.jnjinnm.com
RewriteEngine on

<proxy *>
AddDefaultCharset off
Order Allow,Deny
Allow from all
</proxy>

	ProxyRequests     Off
	ProxyPreserveHost On

	ProxyPass "/embywebsocket" "ws://127.0.0.1:8096/embywebsocket"
	ProxyPassReverse "/embywebsocket" "ws://127.0.0.1:8096/embywebsocket"

	ProxyPass "/" "http://127.0.0.1:8096/"
	ProxyPassReverse "/" "http://127.0.0.1:8096/"

Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/becssafe.jnjinnm.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/becssafe.jnjinnm.com/privkey.pem
</VirtualHost>
</IfModule>
1 Like

Still using the wrong cert!
aaahhhhh!!!!!

2 Likes

How does the configuration file for emby.jnjinnm.com differ from the one for kristol.jnjinnm.com?

2 Likes

If you add three backticks before and after the post, maybe I could read it correctly (the curse of discourse!)



```
post
post
post
```

1 Like

I see it with the backticks, @rg305. You don't?

3 Likes

That starts but never ends...

2 Likes