1
0
forked from brl/citadel-tools
Collection of software tools used by Citadel
Go to file
Bruce Leidl 43800cdc6e Initial implementation of keyring
Keyring is an encrypted file to store secrets. The encryption key is
derived from the disk decryption passphrase so that the file can be
automatically decrypted and processed during boot.

The keys contained in the keyring file are loaded into the kernel key
store so that they can later be retrieved by other components.

Currenly during installation a signing key is generated and stored in
the keyring so that the system can transparently sign RealmFS images
when the user modifies or updates them.
2019-02-02 20:42:42 -05:00
citadel-desktopd Put everything into a single workspace 2019-01-17 11:03:37 -05:00
citadel-realms move /run/realms to /run/citadel/realms 2019-01-30 23:36:43 -05:00
citadel-tool Initial implementation of keyring 2019-02-02 20:42:42 -05:00
libcitadel Initial implementation of keyring 2019-02-02 20:42:42 -05:00
.gitignore Big refactor for citadel installer 2018-12-31 18:27:17 -05:00
Cargo.lock goodbye Ring hello sodiumoxide 2019-02-02 20:33:50 -05:00
Cargo.toml Refactor multiple tools into a single binary. 2019-01-30 21:31:13 -05:00