Skip to content

Dehydrated hook to solve ACME challenges via CloudDNS API

License

Notifications You must be signed in to change notification settings

vshosting/dehydrated-clouddns

Repository files navigation

dehydrated-clouddns

Dehydrated hook for solving ACME challenges via CloudDNS API.

Features

  • Solve ACME challenge in dehydrated using CloudDNS API.
  • Generate wildcard certificates.

Installation

Just clone the repository:

git clone https://github.com/vshosting/dehydrated-clouddns.git

Usage

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

Contributing

For information on how to contribute to the project, please check the Contributor's Guide.

Contact

bambuch@vshosting.cz

License

MIT License

Credits

This package was created with Cookiecutter.

About

Dehydrated hook to solve ACME challenges via CloudDNS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages