Initial: README
This commit is contained in:
commit
ded5082e7b
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# GPG keys backup
|
||||||
|
|
||||||
|
Encrypted backup of my GPG keys. **Repo is private** — do not make it public.
|
||||||
|
|
||||||
|
## Files
|
||||||
|
|
||||||
|
- `public.asc` — public key (safe to share with anyone)
|
||||||
|
- `private.asc` — encrypted private key, requires passphrase to import
|
||||||
|
|
||||||
|
## Restore
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gpg --import public.asc
|
||||||
|
gpg --import private.asc # asks for passphrase
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue