Skip to content

Instantly share code, notes, and snippets.

View okineadev's full-sized avatar
🕊️

Okinea Dev okineadev

🕊️
View GitHub Profile
@okineadev
okineadev / export-import-gpg-keys.md
Last active May 21, 2024 08:27 — 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