Browse Source

Merge pull request #224 from akoenig/gpg-import

GPG: Parameter for importing a public key.
Romain Prieto 10 năm trước cách đây
mục cha
commit
7aa0d1f429
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pages/common/gpg.md

+ 4 - 0
pages/common/gpg.md

@@ -17,3 +17,7 @@
 - decrypt doc.txt.gpg (output to STDOUT)
 
 `gpg --decrypt {{doc.txt.gpg}}`
+
+- Import a public key
+
+`gpg --import {{public.gpg}}`