mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
help: Hooks #60
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 @basbebe on GitHub (Feb 11, 2016).
I'm trying to establish a hook which provides me with a key which could be used in HKPK headers.
In the next step I will try to automatically replace the part in the server config which adds the header.
I'm on FreeBSD with the version of this script from the latest port update (0.0.0.20160116, 03.02.2016)
This is what I'm trying out at the moment.
My problem is that the script seems to not be able to be opened (?) I think:
my
config.sh(I already tried giving the hole path, that didn't work either…)
hooks.sh@germeier commented on GitHub (Feb 11, 2016):
Check that /usr/local/etc/letsencrypt.sh/hooks.sh exists, is readable and executable e.g. permissions are 755, and the #! is set correct.
@basbebe commented on GitHub (Feb 11, 2016):
I changed it to
#!/usr/local/bin/bashbut the problem persists.hooks.sh has the same permissions like config.sh and is in the same folder.
@germeier commented on GitHub (Feb 11, 2016):
chmod 755 /usr/local/etc/letsencrypt.sh/hooks.sh
@basbebe commented on GitHub (Feb 11, 2016):
-> ratelimit ;)
@lukas2511 commented on GitHub (Feb 11, 2016):
Your script wasn't executable, this is not a bug in letsencrypt.sh, closing this ticket.