-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathacme-dns-config.yaml
45 lines (37 loc) · 1.62 KB
/
acme-dns-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# The contents of this file or a pointer to this file should
# be set to the ENV variable:
#
# KADR_ACME_DNS_CONFIG_YAML=[yaml | file@/path/reference]
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#---------------------------------------------------------------------------
# https://cert-manager.io/docs/configuration/acme/dns01/acme-dns/
# This should reference the SAME secret that cert-manager's
# ACME solver dns01.acmeDNS does in your cert-manager configuration
#
# The secret and acme-dns.json below will be
# updated by kubernetes-acme-dns-registrar with new registrations
#---------------------------------------------------------------------------
acme-dns-solver:
account_secret_ref:
name: acme-dns
key: acme-dns.json
namespace: cert-manager
#---------------------------------------------------------------------------
# List the zones that you want kubernetes-acme-dns-registrar to react
# to when new k8s events are receieved. Only zones listed below who's
# includes/excludes patterns match the DomainNameEvent.domain_name property
# will be registered against acme-dns
#---------------------------------------------------------------------------
zone_configs:
my-domain.net:
includes:
- .+\.my-domain\.net
# list: any match will will exclude the event
# even if it matches an includes above
excludes: null
# set of allow from IP ranges when creating
# new registrations (i.e. 10.11.12.0/24)
allowfrom: []
# the acme-dns registration URL
acme_dns_registration_url: http://auth.my-domain.net/register