bitmaelum / bitmaelum-suite

BitMaelum software suite
https://bitmaelum.com
MIT License
61 stars 5 forks source link

Implement soft-delete of keys #189

Closed jaytaph closed 3 years ago

jaytaph commented 3 years ago

We have the following functionality:

 bm-client account deactivate  --account example!

Softdeletes a key from the keyserver. It will be permanently removed after X days, including the key history.

bm-client account activate --account example!

Will undelete (or upload) the account key to the key resolver

bm-client account delete --account example!

Will delete the local vault data, local mail, remote account (mail + store). This can NOT be reversed. The key must be deactivated before this will work.