We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I added the Module
dns.providers.ionos
Now I want to use this Module.
Here is an Example for how its normally done. My question is how do I use these configs inside the caddy.yaml
To use this module for the ACME DNS challenge, configure the ACME issuer in your Caddy JSON like so:
{ "module": "acme", "challenges": { "dns": { "provider": { "name": "ionos", "api_token": "YOUR_IONOS_AUTH_API_TOKEN" } } } }
or with the Caddyfile:
your.domain.com { respond "Hello World" # replace with whatever config you need... tls { dns ionos {env.YOUR_IONOS_AUTH_API_TOKEN} } } ```****
The text was updated successfully, but these errors were encountered:
Hi, I'm not sure your question is related to the ingress controller project, is it ?
Sorry, something went wrong.
No branches or pull requests
Hello I added the Module
Now I want to use this Module.
Here is an Example for how its normally done. My question is how do I use these configs inside the caddy.yaml
Config examples
To use this module for the ACME DNS challenge, configure the ACME issuer in your Caddy JSON like so:
or with the Caddyfile:
The text was updated successfully, but these errors were encountered: