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 xaviera.systems.
|
||||
@ 3600 IN SOA ns3.k7dxs.net. admin.k7dxs.net. (
|
||||
22 ; serial
|
||||
23 ; serial
|
||||
28800 ; refresh (8 hours)
|
||||
7200 ; retry (2 hours)
|
||||
2419200 ; expire (4 weeks)
|
||||
|
@ -43,7 +43,7 @@ truenas 3600 IN CNAME lester
|
|||
vpn 3600 IN CNAME lester
|
||||
|
||||
; ACME Delegation
|
||||
_acme-challenge 300 IN CNAME beabf5c6-64eb-4276-b9d2-d0e30d7533da.acme-dns.xaviera.systems.
|
||||
_acme-challenge 300 IN CNAME 3ca72e27-b4d4-405b-a12c-e1898e308d1a.acme-dns.xaviera.systems.
|
||||
|
||||
; CAA Records
|
||||
@ 3600 IN CAA 0 issue "letsencrypt.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue