Skip to content
New issue

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

Use caddy.yaml with Caddyfile / Modules #131

Open
eliasstepanik opened this issue Sep 3, 2023 · 1 comment
Open

Use caddy.yaml with Caddyfile / Modules #131

eliasstepanik opened this issue Sep 3, 2023 · 1 comment
Labels
question Further information is requested

Comments

@eliasstepanik
Copy link

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

Config examples

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}
  }
}
```****
@Embraser01
Copy link
Member

Hi, I'm not sure your question is related to the ingress controller project, is it ?

@Embraser01 Embraser01 added the question Further information is requested label Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants