dehydrated ALL-INKL hook script
A Hook script to use the ALL-INKL KAS API with dehydrated for dns-01 challenges.
Using git: git clone --recursive https://github.com/o1oo11oo/dehydrated-all-inkl-hook.git
Updating the git repository: git pull && git submodule update --init --recursive
Without using git: get the latest release
Set your hook in your dehydrated config to dehydrated-all-inkl-hook/hook.sh
, for example:
HOOK="${BASEDIR}/dehydrated-all-inkl-hook/hook.sh"
See kasapi.sh#setup for kasapi.sh setup.