summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-09-15 22:21:08 -0400
committerAndrew Cady <d@jerkface.net>2020-09-15 22:21:08 -0400
commit5a01a122142c82f8bd720a77f89fda3c26b05131 (patch)
tree35495f399d70236cc9709b7007b53801eb79f5ce
parent1d03f9a0ebaa36fd5f2c6e46d0b39d5743c50dd5 (diff)
expose openpgpkey/hu directory in web listing
-rw-r--r--selfpublish.sh2
1 files changed, 2 insertions, 0 deletions
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()
402 gpg --list-options show-only-fpr-mbox -k "$uid" 2>&- | process_key "$uid" "$dest" 402 gpg --list-options show-only-fpr-mbox -k "$uid" 2>&- | process_key "$uid" "$dest"
403 403
404 find /srv/"$DOMAIN"/public_html/.well-known/openpgpkey/ -type d -exec chmod 755 '{}' ';' 404 find /srv/"$DOMAIN"/public_html/.well-known/openpgpkey/ -type d -exec chmod 755 '{}' ';'
405
406 ln -sfT .well-known/openpgpkey/hu /srv/"$domain"/public_html/openpgpkey
405 ) 407 )
406} 408}
407 409