From 5a01a122142c82f8bd720a77f89fda3c26b05131 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 15 Sep 2020 22:21:08 -0400 Subject: expose openpgpkey/hu directory in web listing --- selfpublish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfpublish.sh b/selfpublish.sh index 7d19690..fed5714 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -402,6 +402,8 @@ install_gpg_rings() gpg --list-options show-only-fpr-mbox -k "$uid" 2>&- | process_key "$uid" "$dest" find /srv/"$DOMAIN"/public_html/.well-known/openpgpkey/ -type d -exec chmod 755 '{}' ';' + + ln -sfT .well-known/openpgpkey/hu /srv/"$domain"/public_html/openpgpkey ) } -- cgit v1.2.3