Skip to content

Caddy module to use GCore's managed DNS service for Let's Encrypt DNS-01 challenges

License

Notifications You must be signed in to change notification settings

caddy-dns/gcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCore module for Caddy

This package contains a DNS provider module for Caddy. It can be used to manage DNS records with GCore.

Caddy module name

dns.providers.gcore

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": "gcore",
                "api_token": "YOUR_PROVIDER_API_TOKEN"
            }
        }
    }
}

or with the Caddyfile:

# globally
{
    acme_dns gcore ...
}
# one site
tls {
    dns gcore ...
}

About

Caddy module to use GCore's managed DNS service for Let's Encrypt DNS-01 challenges

Resources

License

Stars

Watchers

Forks