this post was submitted on 10 May 2025
194 points (100.0% liked)

iiiiiiitttttttttttt

872 readers
3 users here now

you know the computer thing is it plugged in?

A community for memes and posts about tech and IT related rage.

founded 2 months ago
MODERATORS
 

They fixed it a bit ago.

you are viewing a single comment's thread
view the rest of the comments
[–] bjoern_tantau@swg-empire.de 7 points 1 month ago* (last edited 1 month ago) (1 children)

Luckily Let's Encrypt made automation more popular. Every new domain of mine gets a cert that is renewed automatically. I don't have to worry at all about it.

[–] SpaceNoodle@lemmy.world 3 points 1 month ago (2 children)

How do you manage automatic renewal?

[–] bjoern_tantau@swg-empire.de 3 points 1 month ago

A cronjob calling Let's Encrypt's tool. I think it's called certbot.

[–] Tenkard@lemmy.ml 2 points 1 month ago

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