coffer/TODO.org

28 lines
713 B
Org Mode
Raw Permalink Normal View History

#+TODO: TODO NEXT DONE
* General
** TODO Add a license
** TODO Better communication protocol
** TODO Add tests
** TODO Readme
* Coffer Server
2020-01-01 18:11:14 +00:00
** TODO Double delete if files not kept
** TODO Add secrets on-the-fly
** TODO Store secrets in secure memory
- Not persisted
- Nulled out
- Optional encrypted
* Coffer Client
** DONE Set environment variables
CLOSED: [2019-11-27 Wed 22:51]
** TODO Send key requests encrypted/signed
2020-01-01 18:11:14 +00:00
** TODO Secure Communication
* Coffer Companion
** TODO Add Subcommands
2020-01-19 10:31:33 +00:00
- [X] Generate certificate
- [ ] Seal secrets with certificate
- [ ] Open secrets with certificate
- [ ] Generate trampolin sh from dockerfile
2019-11-30 18:56:31 +00:00
* Docker
** TODO Create Dockerfile for server