From da01862fb37aebb505d5dcdbd61f115f5cff7ba5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 4 Jun 2023 14:35:59 +0100 Subject: [PATCH] Add a GPG public key for verifying signatures The key is stored using a Web Key Directory, though unfortunately it doesn't actually conform to WKD because DNS queries for openpgpkey.loot.github.io don't fail. Despite that, I think it's still as good a place as any to put the key. --- .../hu/mj86by43a9hz8y8rbddtx54n3bwuuucg | Bin 0 -> 420 bytes .well-known/openpgpkey/policy | 1 + _config.yml | 2 ++ 3 files changed, 3 insertions(+) create mode 100644 .well-known/openpgpkey/hu/mj86by43a9hz8y8rbddtx54n3bwuuucg create mode 100644 .well-known/openpgpkey/policy diff --git a/.well-known/openpgpkey/hu/mj86by43a9hz8y8rbddtx54n3bwuuucg b/.well-known/openpgpkey/hu/mj86by43a9hz8y8rbddtx54n3bwuuucg new file mode 100644 index 0000000000000000000000000000000000000000..45250dd102e17a2ff7c603b2dc56cf844d870d1d GIT binary patch literal 420 zcmbPX%#u1F2Ib#>$jZlXr$mnwgc8`S4|BR&GuXb|xkzCN@znP7ZD+7BMDfMkYCS zCh-OaE=~cMu7EWR|MYu2<-Xe%2PJs4UKg9p9`$zwEtxBxPsC{HXto49yEz z`F_XGcxF+NEWuzU@8mf`6Jf)mU~|fPE^&1@`ImP)1geSI=ZLO>Xw^ zHs4lPZ+~m`%4Ir5-_y@&KCDrW3t-6lb-tFFk%PUXjzvO@i$M*Kr$Ts{qELf>b9>YK_M=bOadU)EP3dUF4>%L}ARI(o81l2ab{GW-vJ&vEDd>Y3vAmrU1` Z_}~(_CMV_8i_ok~vlqX6&KbXq0RZKspalQ` literal 0 HcmV?d00001 diff --git a/.well-known/openpgpkey/policy b/.well-known/openpgpkey/policy new file mode 100644 index 0000000..10af21e --- /dev/null +++ b/.well-known/openpgpkey/policy @@ -0,0 +1 @@ +# Policy flags for domain loot.github.io diff --git a/_config.yml b/_config.yml index ff65b58..b19ba54 100644 --- a/_config.yml +++ b/_config.yml @@ -9,3 +9,5 @@ plugins: whitelist: - jekyll-redirect-from + +include: [".well-known"]