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
python manage.py email_signing_key --generate
does not seem to work unless you add "Passphrase":"xxxxx"
to SECURE_MAIL_SIGNING_KEY_DATA
and trying to use python manage.py email_signing_key 7AB59FE794A7AC12EBA87507EF33F601153CFE28 --print-private-key
returns nothing and it writing a script to return the private key I got this error
ValueError: For GnuPG >= 2.1, exporting secret keys needs a passphrase to be provided
Maybe, I've missed something in the documentation or not but anyway hopefully this helps someone.
The text was updated successfully, but these errors were encountered:
Imbernix
changed the title
python-gnupg needs passphrase causes some headache
python-gnupg needs passphrase
Apr 11, 2020
I have just pushed out version 1.2.0 to PyPI, which fixes this issue. Closing. If you find that the issue is not fixed, or if it gets reopened in the future (it shouldn't), comment here and I'll reopen it.
python manage.py email_signing_key --generate
does not seem to work unless you add
"Passphrase":"xxxxx"
to
SECURE_MAIL_SIGNING_KEY_DATA
and trying to use
python manage.py email_signing_key 7AB59FE794A7AC12EBA87507EF33F601153CFE28 --print-private-key
returns nothing and it writing a script to return the private key I got this error
Maybe, I've missed something in the documentation or not but anyway hopefully this helps someone.
The text was updated successfully, but these errors were encountered: