https://github.com/xmidt-org/clortho
Key manager that supports JWKs and remotely hosted keys
https://github.com/xmidt-org/clortho
Last synced: about 2 months ago
JSON representation
Key manager that supports JWKs and remotely hosted keys
- Host: GitHub
- URL: https://github.com/xmidt-org/clortho
- Owner: xmidt-org
- License: apache-2.0
- Created: 2022-03-05T18:29:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T02:05:06.000Z (3 months ago)
- Last Synced: 2025-03-23T12:32:53.104Z (2 months ago)
- Language: Go
- Size: 936 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# clortho
clortho provides clientside management for cryptographic keys.
[](https://github.com/xmidt-org/clortho/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/clortho?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/clortho)
[](https://sonarcloud.io/dashboard?id=xmidt-org_clortho)
[](https://github.com/xmidt-org/clortho/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/clortho)## Summary
clortho manages cryptographic keys, either locally supplied or remotely hosted.
## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Details](#details)
- [Install](#install)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/docs/community/code_of_conduct/).
By participating, you agree to this Code.## Details
## Install
go get -u github.com/xmidt-org/clortho
## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).