https://github.com/getlantern/keyman
Easy golang RSA key management
https://github.com/getlantern/keyman
Last synced: 8 months ago
JSON representation
Easy golang RSA key management
- Host: GitHub
- URL: https://github.com/getlantern/keyman
- Owner: getlantern
- License: apache-2.0
- Created: 2014-04-29T16:57:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T15:55:06.000Z (about 3 years ago)
- Last Synced: 2024-06-18T18:44:46.312Z (almost 2 years ago)
- Language: Go
- Size: 5.25 MB
- Stars: 16
- Watchers: 21
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
keyman [](https://travis-ci.org/getlantern/keyman) [](https://coveralls.io/r/getlantern/keyman) [](http://godoc.org/github.com/getlantern/keyman)
======
Easy golang RSA key and certificate management.
API documentation available on [godoc](https://godoc.org/github.com/getlantern/keyman).
### Build Notes
On Windows, keyman uses a custom executable for importing certificates into the
system trust store. This executable is built using Visual Studio from this
[solution](certimporter).
The resulting executable is packaged into go using `embedbinaries.bash`.