A Keychain implementation that proxies Key and Signature requests to a remote server using JSON over HTTP.
Run directly from the source code with:
go run .
Or build a binary with:
go build .
Check main.go for configuration options using environment variables.