You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gpg-setup.md
+62-1Lines changed: 62 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Complete guide for setting up GPG encryption for secure email backups.
4
4
5
+
> **💡 New Feature**: For Docker users, check out the [GPG Key Import Guide](gpg-key-import.md) for a simpler way to use GPG encryption without mounting keyrings. You can now import public keys from files, URLs, or environment variables using `--gpg-import-key`.
6
+
5
7
## Table of Contents
6
8
7
9
-[Why Use GPG Encryption](#why-use-gpg-encryption)
@@ -208,7 +210,64 @@ gpg --list-secret-keys
208
210
209
211
## Using GPG with Docker
210
212
211
-
### Share GPG Keyring with Container
213
+
### Method 1: Flexible Key Import (Recommended)
214
+
215
+
**No keyring mount needed** - Import public keys from files, URLs, or environment variables:
0 commit comments