[coffer] Delete state todo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Armin Friedl 2020-02-09 14:03:49 +01:00
parent 22c5e2238f
commit 8dec91533c
Signed by: armin
GPG key ID: 48C726EEE7FBCBC8

View file

@ -1,27 +0,0 @@
#+TODO: TODO NEXT DONE
* General
** TODO Add a license
** TODO Better communication protocol
** TODO Add tests
** TODO Readme
* Coffer Server
** 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
** TODO Secure Communication
* Coffer Companion
** TODO Add Subcommands
- [X] Generate certificate
- [ ] Seal secrets with certificate
- [ ] Open secrets with certificate
- [ ] Generate trampolin sh from dockerfile
* Docker
** TODO Create Dockerfile for server