194
Microsoft let the certificate expire for one of their image subdomains.
(programming.dev)
you know the computer thing is it plugged in?
A community for memes and posts about tech and IT related rage.
How do you manage automatic renewal?
A cronjob calling Let's Encrypt's tool. I think it's called certbot.
I use caddy as reverse proxy and you have to do... Literally nothing. Point the domain at your server and write in the Caddyfile
my.domain { reverse_proxy myservice:3000 }
It also supports wildcard certificates for many domain services