Live data from Hacker News

PostgreSQL Support for Certificate Transparency Logs Now Available

blog.transparency.dev

1–10 of 23 posts

Re: PostgreSQL Support for Certificate Transparency Logs Now Available

#8
Semi-relatedly, you can connect to the crt.sh Postgres instance and query it directly with SQL:

    psql -h crt.sh -p 5432 -U guest certwatch
To generate the SQL queries in the web UI, simply click “advanced” and then the “Show SQL” checkbox, or append it to the URL, like so:

    https://crt.sh/?q=www.comodo.com&showSQL=Y
(Note the generated SQL at the bottom of that page.)

Steampipe also has a crt.sh connector: https://hub.steampipe.io/plugins/turbot/crtsh/tables/crtsh_c...

Re: PostgreSQL Support for Certificate Transparency Logs Now Available

#9
post #7
post #3

> a CT log failure earlier this year due to MariaDB corruption after disk space exhaustion provided the motivation for a change.

That seems like a rather serious bug. Disappointing there's not more follow up with MariaDB

If you let a disk run full weird shit happens.

But it reads to me as _we_, not mariadb, made a big oopsie and TADA \o/ now we change software. So I do strongly hope that besides changing software, they added some disk space monitoring.

Post reply on HN