Skip to content

Instantly share code, notes, and snippets.

View kkumtree's full-sized avatar
🔧
magic(physics) tool

kkumtree kkumtree

🔧
magic(physics) tool
View GitHub Profile
@kkumtree
kkumtree / export-import-gpg-keys.md
Created June 9, 2024 18:06 — forked from lysender/export-import-gpg-keys.md
Export and import GPG Keys

Export public key

gpg --export your_address@example.net > my_key.pub 

The file can then be shared to other people.

Export public key in armor ascii format