From e5417555574c5850e7fac59ff9476e2d461eab68 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 21 Jul 2022 19:26:29 -0400 Subject: [PATCH] WIP make script to download keys with http --- dot_bin/gpg-recv-http | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_bin/gpg-recv-http diff --git a/dot_bin/gpg-recv-http b/dot_bin/gpg-recv-http new file mode 100644 index 0000000..00633a7 --- /dev/null +++ b/dot_bin/gpg-recv-http @@ -0,0 +1,5 @@ +#!/bin/bash + +# WIP, idea is to use this get request to pull a key manually without using gpg itself...seems to work better +curl -L -o test.key 'https://keyserver.ubuntu.com/pks/lookup?search=0xC5705533DA4F78D8664B5DC0575159689BEFB442&op=get' +