aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-07-02 11:17:09 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-07-02 11:25:56 +0100
commit7732c7b223dbcad66aa8d359cc81e15001068e5a (patch)
treec2a6f2e736066fcccf4b4bd33086efb88875e91d
parent5aff5b868af684b13960119119ea38ec9ccc915a (diff)
Adding binary public key under .well-known address
More information about WKD: https://datatracker.ietf.org/doc/draft-koch-openpgp-webkey-service/
-rw-r--r--content/.well-known/openpgpkey/hu/spacekookie.de/nzn5f4t6k15893omwk19pgzfztowwkhsbin0 -> 7798 bytes
-rwxr-xr-xpelicanconf.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/content/.well-known/openpgpkey/hu/spacekookie.de/nzn5f4t6k15893omwk19pgzfztowwkhs b/content/.well-known/openpgpkey/hu/spacekookie.de/nzn5f4t6k15893omwk19pgzfztowwkhs
new file mode 100644
index 0000000..fae6218
--- /dev/null
+++ b/content/.well-known/openpgpkey/hu/spacekookie.de/nzn5f4t6k15893omwk19pgzfztowwkhs
Binary files differ
diff --git a/pelicanconf.py b/pelicanconf.py
index 6fc0da1..4004d7c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -21,7 +21,7 @@ DEBUG = True
READ_TIME = 180
PATH = 'content'
-STATIC_PATHS = ['images', 'downloads',
+STATIC_PATHS = ['images', 'downloads', '.well-known',
'keys.txt', '555F2E4B6F87F91A4110.txt' ]
SITE_LOGO = 'favicon.ico'