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

iiiiiiitttttttttttt

935 readers
1 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 3 months ago
MODERATORS
 

They fixed it a bit ago.

you are viewing a single comment's thread
view the rest of the comments
[–] SpaceNoodle@lemmy.world 3 points 2 months ago (2 children)

How do you manage automatic renewal?

[–] bjoern_tantau@swg-empire.de 3 points 2 months ago

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

[–] Tenkard@lemmy.ml 2 points 2 months 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