-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Currently sd-client uses qubes-split-gpg to encrypt journalist replies, in the new app we are shifting to doing the encryption in the app itself; this is because we don't actually need access to the private key to encrypt a message, we just need the public key.
In dom0/sd-gpg we have access to the private key, we would need to extract the public key out of it.
Some potential options:
- During provisioning, export the public key and set it in QubesDB for sd-app
- In sd-app, export the public key from sd-gpg using qubes-split-gpg (as a persistent thing? on boot?)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready to go