A service for handling secrets to 12-factor apps
Find a file
Armin Friedl 6a22429632
All checks were successful
continuous-integration/drone/push Build is passing
Remove From<Path> for Certificate
Deserialization from a path is a heavy conversion. This should be done by
an explicit `Certificate::new_from_cbor` call.
2020-02-08 09:56:41 +01:00
coffer-client [server][client] Parse hostnames 2020-02-04 20:13:00 +00:00
coffer-common Remove From<Path> for Certificate 2020-02-08 09:56:41 +01:00
coffer-companion [companion] Clean up CLI 2020-02-05 01:20:57 +01:00
coffer-server [server][client] Parse hostnames 2020-02-04 20:13:00 +00:00
docker [docker] Dockerfile for coffer-server 2019-11-30 19:56:31 +01:00
testcoffer [server] Allow nested clients 2020-02-04 20:13:00 +00:00
.drone.yml [companion] Clean up CLI 2020-02-05 01:20:57 +01:00
.gitattributes [server] Allow nested clients 2020-02-04 20:13:00 +00:00
.gitignore [client] Adapted to new protocol 2020-02-04 20:13:00 +00:00
Cargo.lock [server] Read known client ids from secrets file 2020-02-04 20:13:00 +00:00
Cargo.toml Certificate implementation, coffer trait 2020-01-06 17:32:56 +01:00
Design.org [all] Read from toml, simplify protocol, export key ids 2020-02-04 20:13:00 +00:00
Makefile [server] Read known client ids from secrets file 2020-02-04 20:13:00 +00:00
README.md Rebranding to coffer, restructuring 2019-11-26 04:03:12 +01:00
TODO.org Conditional export for certificates 2020-01-19 11:31:33 +01:00

Coffer