We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running sdw-admin --validate and sdw-admin --apply both erroneously succeed when the sd-journalist.sec does not contain the private key.
sdw-admin --validate
sdw-admin --apply
sd-journalist.sec
Set up the workstation and copying the submission key as referenced in the docs.
qvm-run --pass-io vault \ "gpg --homedir /run/media/user/TailsData/gnupg --export-secret-keys --armor <SVSFingerprint>" \ > /tmp/sd-journalist.sec
Both sdw-admin --validate and sdw-admin --apply should fail.
Workstation sets up successfully, but no messages are able to be decrypted.
Ensure that there is a private key contained insd-journalist.sec during config validation.
The text was updated successfully, but these errors were encountered:
rocodes
Successfully merging a pull request may close this issue.
Description
Running
sdw-admin --validate
andsdw-admin --apply
both erroneously succeed when thesd-journalist.sec
does not contain the private key.Steps to Reproduce
Set up the workstation and copying the submission key as referenced in the docs.
sdw-admin --validate
will correctly validate the configuration.sdw-admin --apply
will succeed in setup.Expected Behavior
Both
sdw-admin --validate
andsdw-admin --apply
should fail.Actual Behavior
Workstation sets up successfully, but no messages are able to be decrypted.
Comments
Ensure that there is a private key contained in
sd-journalist.sec
during config validation.The text was updated successfully, but these errors were encountered: