
macOS 10.15 Catalina: key export not working
Reported by steve | July 24th, 2019 @ 10:46 PM | in 1.5 (closed)
user report that export button does nothing on 10.15
To workaround this problem, you can export keys from the command line.
To export a single secret key:
gpg -a --export-secret-keys fingerprint
To export all secret keys:
gpg -a --export-secret-keys
To export a single public key:
gpg -a --export fingerprint
To export all public keys:
gpg -a --export
Comments and changes to this ticket
-
-
Support July 26th, 2019 @ 03:15 PM
- Tag changed from to #tag id: 460388, name:
Assigned to Tender discussion #1840.
-
Support July 29th, 2019 @ 10:17 AM
- Tag changed from #tag id: 460388, name: to tag id 460388, name
Assigned to Tender discussion #8022.
-
steve August 7th, 2019 @ 11:25 AM
- Tag changed from tag id 460388, name to 10.15
-
Mento August 7th, 2019 @ 02:53 PM
- State changed from new to fixed
- Assigned user set to Mento
- Milestone set to 1.5
-
steve August 7th, 2019 @ 04:25 PM
- State changed from fixed to verified
GPG Suite 2477n
10.15b5
verifiedfollowup item #493
-
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 ยป
Tags
Referenced by
-
493 restore adding "Public" / "Secret" info to exported keys followup item to #488
-
493 restore adding "Public" / "Secret" info to exported keys The fix for exporting keys on macOS 10.15 Catalina #488 r...