mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 10:15:53 +02:00
GPG: Parameter for importing a public key.
This commit is contained in:
parent
bb2f1fdcbd
commit
b9f2e4dfe4
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
||||||
- decrypt doc.txt.gpg (output to STDOUT)
|
- decrypt doc.txt.gpg (output to STDOUT)
|
||||||
|
|
||||||
`gpg --decrypt {{doc.txt.gpg}}`
|
`gpg --decrypt {{doc.txt.gpg}}`
|
||||||
|
|
||||||
|
- Import a public key
|
||||||
|
|
||||||
|
`gpg --import {{public.gpg}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue