Skip to content

Commit

Permalink
adding CAA record
Browse files Browse the repository at this point in the history
  • Loading branch information
jimangel committed Mar 31, 2021
1 parent 2781a86 commit 396c9d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dns/zone-configs/kubernetes.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
preference: 10
- exchange: alt4.aspmx.l.google.com.
preference: 10
- type: CAA # Which CA's can issue certs for the domain
values:
- 0 issue \"pki.goog\"
- 0 issue \"letsencrypt.org\"
- type: TXT
values:
- google-site-verification=oPORCoq9XU6CmaR7G_bV00CLmEz-wLGOL7SXpeEuTt8
Expand Down

0 comments on commit 396c9d4

Please sign in to comment.