Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 362 Bytes

File metadata and controls

9 lines (8 loc) · 362 Bytes

How to update the codesigning.asc.enc:

gpg --export --armor your@email.com > codesigning.asc
gpg --export-secret-keys --armor your@email.com >> codesigning.asc
gpg --output codesigning.asc.enc --symmetric --cipher-algo AES256 codesigning.asc
# protect using $GPG_PASSPHRASE_FILE, not the secret subkey's passphrase
shred --remove codesigning.asc