PostgreSQL Support for Certificate Transparency Logs Now Available
blog.transparency.dev
PostgreSQL Support for Certificate Transparency Logs Now Available
1–10 of 23 posts
Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#2Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#3Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#4Better would be: CTL can now use a postgres backend.
Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#5> a CT log failure earlier this year due to MariaDB corruption after disk space exhaustion provided the motivation for a change.
Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#6Translation: we had data loss and had to change storage provider to one that works.
Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#7> a CT log failure earlier this year due to MariaDB corruption after disk space exhaustion provided the motivation for a change.
Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#8 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> 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
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.
Re: PostgreSQL Support for Certificate Transparency Logs Now Available
#10Sigstore Rekor also has centralized Merkle hashes.