mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Fix CAA syntax
This commit is contained in:
parent
261c8748ff
commit
ab42bc2c6d
2 changed files with 2 additions and 2 deletions
|
|
@ -336,6 +336,6 @@ resource "desec_rrset" "jakehowardtech_caa" {
|
|||
ttl = local.dns_ttl_default
|
||||
records = [
|
||||
"0 issue \"letsencrypt.org\"",
|
||||
"0 wildissue \"letsencrypt.org\"",
|
||||
"0 issuewild \"letsencrypt.org\"",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -254,6 +254,6 @@ resource "desec_rrset" "theorangeonenet_caa" {
|
|||
ttl = local.dns_ttl_default
|
||||
records = [
|
||||
"0 issue \"letsencrypt.org\"",
|
||||
"0 wildissue \"letsencrypt.org\"",
|
||||
"0 issuewild \"letsencrypt.org\"",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue