Dehydrated hook for solving ACME challenges via CloudDNS API.
- Solve ACME challenge in dehydrated using CloudDNS API.
- Generate wildcard certificates.
Just clone the repository:
git clone https://github.com/vshosting/dehydrated-clouddns.git
To use this plugin with dehydrated, you need to export your CloudDNS credentials (email, password, client id) and register it with dehydrated as a hook.
export CLOUDDNS_CLIENT_ID="myclientid"
export CLOUDDNS_EMAIL="my@email.com"
export CLOUDDNS_PASSWORD="mysecretpassword"
dehydrated --cron --challenge dns-01 --hook dehydrated-clouddns.sh --domain example.org
For information on how to contribute to the project, please check the Contributor's Guide.
MIT License
This package was created with Cookiecutter.