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