
add "Save in macOS keychain" flag and hidden setting
Reported by steve | March 11th, 2019 @ 06:20 PM | in 2.2.17 (closed)
Allow to hide the save in keychain pinentry option via defaults command. We have had Omidyar asking for this feature as there policy is never to store passphrases in macOS Keychain.
It should also be possible to disable / enable save in keychain via a defaults command.
A followup step would be for this to be covered by asking the user about it during the setup wizard.
Comments and changes to this ticket
-
Mento March 15th, 2019 @ 11:11 AM
- State changed from new to fixed
- Assigned user set to Mento
-
steve March 26th, 2019 @ 07:34 PM
- State changed from fixed to verified
- Milestone cleared.
macOS 10.14.4
GPG Suite 2430n
verifiedDocumentation is here: https://gpgtools.tenderapp.com/kb/gpgmail-faq/gpgmail-hidden-settin...
Disable option to store password in macOS keychain
GPG Suite defaults to store OpenPGP passwords in macOS keychain. If you prefer to never store your OpenPGP passwords in macOS keychain, use the following setting. The option to store your password will be removed from the pinentry dialog and the setting in System Preferences > GPG Suite > Settings > Password will be disabled.
To disable storing OpenPGP passwords in macOS keychain
defaults write org.gpgtools.common DisableKeychain -bool yes
To re-enable storing OpenPGP passwords in macOS keychain
defaults delete org.gpgtools.common DisableKeychain
-
-
-
steve April 5th, 2019 @ 01:46 PM
- Tag cleared.
- Milestone set to 2.2.17
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Referenced by
-
1035 finalize and integrate wizard Ask user if they want to store their OpenPGP password in ...