this post was submitted on 24 Jun 2023
433 points (98.7% liked)

Programmer Humor

19315 readers
16 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] z500@startrek.website 6 points 1 year ago* (last edited 1 year ago) (7 children)

I just straight up gave up trying to automate renewing my wildcard certificate from Letsencrypt after who knows how many weekends. Typing a single command won't kill me lol

[–] Kawaiikurai@sh.itjust.works 6 points 1 year ago (1 children)

Sounds like you can schedule that command with crontab then

[–] z500@startrek.website 3 points 1 year ago* (last edited 1 year ago) (1 children)

That's the easy part, the hard part was getting the acme-dns authentication to work since you can't use the regular automated update with a wildcard certificate.

[–] tool@r.rosettast0ned.com 3 points 1 year ago (1 children)

What exactly are you having trouble with? I've automated all of our LetsEncrypt renewal stuff at work, including certs for wildcard domains, and it's using the DNS plugin.

[–] z500@startrek.website 1 points 1 year ago (1 children)

Honestly I've sunk so much time into this that I never want to think about it again if I can just run a shell script once every 3 months haha

[–] tool@r.rosettast0ned.com 1 points 1 year ago (1 children)

Ok, well, let me know if you want some help with it in the future, because I've done it an uncountable number of times.

[–] z500@startrek.website 1 points 1 year ago (1 children)

Thanks, I appreciate that. My cert is expiring in a few weeks, maybe I'll take another crack at it.

[–] tool@r.rosettast0ned.com 1 points 1 year ago

Ok, let me know if you want help.

load more comments (5 replies)