Mond_

I used Manjaro for a few years.

That's how I learned a pretty important lesson about software engineering that still informs how I work to this day.

"A layer of abstraction on top of a stateful legacy system often doesn't result in a simpler system, it just introduces exciting new failure possibilities. This especially applies when the owners of the legacy system have no responsibility over the abstraction layer."

show comments
toddgardner

If you never want this to happen again to your systems, we’re building a tool that bakes monitoring and validation into automatic cert renewals.

<https://www.certkit.io/>

show comments
nottorp

Technically it wasn't offline, was it?

You could even browse it if you used a browser who still treats you like an adult and allows you to ignore certificate warnings.

KronisLV

Uptime Kuma supports certificate expiry notifications and will send you messages in whatever channel (e.g. e-mail, Slack, ...) you configure ahead of time: https://uptimekuma.org/

That way, even if some of your automation is borked (or if you don't have any), you'll at least be reminded.

Though with this being pushed, feels like nobody will have much choice, but automate: https://www.digicert.com/blog/tls-certificate-lifetimes-will...

9cb14c1ec0

Just use Caddy. It's that simple.

show comments
aslihana

I love Manjaro too much, use it as daily distro but their certificate issues and its recursive behaviour threaten me a little bit.

ddtaylor

A lot of repositories and similar go offline randomly. It hasn't happened in a few months but usually the Microsoft package mirrors go past their Azure limits and I get reminders.

show comments
allddd

At this point we have to assume they're doing it for attention. I refuse to believe a team of people that can ship an OS, even if it's just a riced Arch, cannot figure out acme.sh. Come on...

joecool1029

Oops, it's back now though...

vpShane

not the first time, I stopped using manjaro when I noticed ping.manjaro.org was being pinged every 30 seconds on a new router I setup. nothanks on that.

but seriously, sudo crontab -e, @monthly cerbot renew

No excuses.

show comments