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
[–] _____@lemm.ee 6 points 1 month ago* (last edited 1 month ago) (2 children)

How do you all manage this ?

They manually create certs at my job then manually move them other to a network drive and then a gpo? policy installs those certs to AD users.

I found a way to automate this process (but company didn't care)

But I'm not an IT person, what's the best approach for doing this on promises?

edit: I like the responses but I was hoping for something that wouldn't use 3rd party products. What if hypothetically the certificates were self signed and you wouldn't need a 3rd party CA?

Another thing is: is using 3rd party CAs really the most common way ?

[–] 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

[–] Appoxo@lemmy.dbzer0.com 2 points 1 month ago* (last edited 1 month ago) (1 children)

For my personal setup at home: Traefik with LE

I think at work my technical lead buys multi-year certs and manually imports them.

Some clients of us use LE in some combination with another software.

[–] nucleative@lemmy.world 1 points 1 month ago

I use a cronjob with cerbot to renew

I also have Uptime Kuma setup to alert if certificates are getting close to expiration