I can see the certificate and the key saved to my server, but they aren't showing up on crt.sh | stream.transmission-reception.com and it doesn't look like the browser is detecting them as being secured when I visit the page.
Is there a lag between the cert being issued and propagating? It's always been instant for me in the past.
sudo certbot certonly --webroot-path="/usr/share/icecast2/web" -d 'stream.transmission-reception.com'Saving debug log to /var/log/letsencrypt/letsencrypt.log
It produced this output:
Successfully received certificate. Certificate is saved at: /etc/letsencrypt/live/stream.transmission-reception.com/fullchain.pem Key is saved at: /etc/letsencrypt/live/stream.transmission-reception.com/privkey.pem This certificate expires on 2025-06-07. These files will be updated when the certificate renews. Certbot has set up a scheduled task to automatically renew this certificate in the background.
My web server is (include version): icecast2
The operating system my web server runs on is (include version): Raspberry Pi OS
I can login to a root shell on my machine (yes or no, or I don't know): yes
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 2.1.0
crt.sh is often lagging behind, certificates logged to CT should show up there eventually but it might take a while. There are other CT search resources one can use, but in general if you actually have a cert than it's a good bet that it actually got logged, unless you're specifically getting an error from a browser about it not accepting the CT log signatures or something.
I think you'll need to be a lot more specific about what problems you're experiencing. From here it just looks like your site isn't responding on port 443 at all, which wouldn't indicate any issue with the certificate but with your firewall, router, or server settings.
Okay, got it. @MikeMcQ , thanks for checking that the certs did, in fact, come through!
In that case, here's where we are: I'm self-hosting an icecast2 server, and using stream.transmission-reception.com as the domain. The icecast server is running on ports 80 and 443, one secure and one not.