summaryrefslogtreecommitdiff
path: root/fetch_gpg_key.sh
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2025-11-06 10:11:29 +0100
committeryctct <yctct@yctct.com>2025-11-06 10:11:29 +0100
commit1c7856fd3aff5fd059f040262d9647f60a18e0c1 (patch)
tree0e819830d4ea86f6359a5ac49470a4fe1e9b0255 /fetch_gpg_key.sh
Add scripts and functions
Diffstat (limited to 'fetch_gpg_key.sh')
-rwxr-xr-xfetch_gpg_key.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetch_gpg_key.sh b/fetch_gpg_key.sh
new file mode 100755
index 0000000..916142f
--- /dev/null
+++ b/fetch_gpg_key.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+# Fetch GPG key from a GPG server given an email address
+# aliased to fetch
+gpg --auto-key-locate keyserver --locate-keys "$@"