HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kenshaw

no profile record

Submissions

LetsEncrypt Outage

letsencrypt.status.io
185 points·by kenshaw·il y a 12 mois·107 comments

Usql v0.9.4

github.com
2 points·by kenshaw·il y a 5 ans·0 comments

Usql v0.8.2

github.com
4 points·by kenshaw·il y a 5 ans·3 comments

comments

kenshaw
·il y a 12 mois·discuss
I encountered this while trying to issue a new certificate for a service. As a temporary fix, started using ZeroSSL which conveniently also supports the ACME protocol. While not a big problem, if you have something like `cert-manager` being used on Kubernetes, then it requires quite a bit of reconfiguration, and you may spend a couple hours trying to figure out why a certificate hasn't been issued yet.

That said, I'm unbelievably grateful for the great product (and work!) LetsEncrypt has provided for free. Hope they're able to get their infrastructure back up soon.
kenshaw
·il y a 4 ans·discuss
Thanks, appreciate the package. I submitted a PR as I was also looking for a Go package similar to this, and wanted to make using this as a library a bit easier. I plan on using this to automate some website login/authentication flows, where physical tokens are (for obvious reasons) not really a possibility.
kenshaw
·il y a 5 ans·discuss
discord.
kenshaw
·il y a 5 ans·discuss
I'm the author of xo. I appreciate the reference here, but that's not really what xo does. It generates all boilerplate for you directly based on whatever is defined by the database. It doesn't do anything with YAML, nor does it generate a SQL schema. xo does have 2 templates that _generates_ YAML and _generates_ SQL queries to recreate the schema, but the only input you can give xo is an active database.
kenshaw
·il y a 5 ans·discuss
That's cool. As per the other comment, you should share it with the community.
kenshaw
·il y a 5 ans·discuss
A long overdue release. General bug fixes, \d* commands, new database support, and a native Oracle driver.