Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 353 Bytes

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.