You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config.json file in .securedrop_client currently only holds the submission key fingerprint, which already exists in dom0. To simplify our provisioning logic (and particularly to make it largely cost-free to wipe .securedrop_client), it may be desirable to phase out use of this file.
At least for this particular use, one way to derive the fingerprint may be to ask sd-gpg to do it for us. The submission key exists on disk in sd-gpg as ~/.gnupg/sd-journalist.sec, so we can ask it to fingerprint it (these days, the way to do that is a mouthful: gpg --import --import-options show-only --with-fingerprint [filename] -- perhaps throw in a --with-colons for machine-friendly output).
The text was updated successfully, but these errors were encountered:
The
config.json
file in.securedrop_client
currently only holds the submission key fingerprint, which already exists indom0
. To simplify our provisioning logic (and particularly to make it largely cost-free to wipe.securedrop_client
), it may be desirable to phase out use of this file.At least for this particular use, one way to derive the fingerprint may be to ask
sd-gpg
to do it for us. The submission key exists on disk insd-gpg
as~/.gnupg/sd-journalist.sec
, so we can ask it to fingerprint it (these days, the way to do that is a mouthful:gpg --import --import-options show-only --with-fingerprint [filename]
-- perhaps throw in a--with-colons
for machine-friendly output).The text was updated successfully, but these errors were encountered: