Hacker News new | ask | show | jobs
by songgao 1550 days ago
Yes, this has always been the case. The root CA is embedded in the Keybase client: https://github.com/keybase/client/blob/master/go/libkb/ca.go

This provides a way to add some protection against a polluted trusted CA store.

1 comments

Thanks!