WIP make script to download keys with http

This commit is contained in:
Nathan Dwarshuis 2022-07-21 19:26:29 -04:00
parent 8253633a6b
commit e541755557
1 changed files with 5 additions and 0 deletions

5
dot_bin/gpg-recv-http Normal file
View File

@ -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'