mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
permissions of ${WELLKNOWN} #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martinvolf on GitHub (Dec 15, 2015).
When letsencrypt.sh creates ${WELLKNOWN}, it should probably
chmod 0711it, otherwise it has 0700 mode.@ik0 commented on GitHub (Dec 16, 2015):
+1
nginx can't read it and return "Permission denied", so challenge is invalid.
@lukas2511 commented on GitHub (Dec 16, 2015):
i kinda fixed this by removing the functionality to automatically create the directory in
5a29d1853esince the default path is useless anyway i think this is better for now, may reimplement this when #34 is done.