use different acme-dns credentials per domain
This commit is contained in:
parent
55bc3db6c2
commit
1d5661474a
3 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
$ORIGIN dxs.gay.
|
||||
@ 3600 IN SOA ns3.xaviera.systems. admin.k7dxs.net. (
|
||||
5 ; serial
|
||||
6 ; serial
|
||||
28800 ; refresh (8 hours)
|
||||
7200 ; retry (2 hours)
|
||||
2419200 ; expire (4 weeks)
|
||||
|
@ -35,7 +35,7 @@ mixolydian 3600 IN CNAME mixolydian.k3s.xaviera.systems.
|
|||
phrygian 3600 IN CNAME phrygian.k3s.xaviera.systems.
|
||||
|
||||
; ACME Delegation
|
||||
_acme-challenge 300 IN CNAME beabf5c6-64eb-4276-b9d2-d0e30d7533da.acme-dns.xaviera.systems.
|
||||
_acme-challenge 300 IN CNAME 4da35eeb-1b31-49c6-8de0-81ced814b31b.acme-dns.xaviera.systems.
|
||||
|
||||
; CAA Records
|
||||
@ 3600 IN CAA 0 issue "letsencrypt.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue