「DNS CAA」修訂間的差異

出自ChevyneWiki
跳至導覽 跳至搜尋
行 1: 行 1:
  +
DNS Certification Authority Authorization
== CAA 憑證頒發機構授權 ==
+
DNS 憑證頒發機構授權,簡稱:CAA
 
== DNS 設定 ==
 
== DNS 設定 ==
 
* Let's Encrypt 免費憑證
 
* Let's Encrypt 免費憑證
 
@ IN CAA 0 issue "letsencrypt.org"
 
@ IN CAA 0 issue "letsencrypt.org"
* 憑證
+
* Gandi SSL 憑證 - 單一位址
  +
@ IN CAA 0 issue "sectigo.com"
  +
* Gandi SSL 憑證 - Wildcard 多重域名
  +
@ IN CAA 0 issuewild ";"
  +
* IODEF - E-Mail
  +
@ IN CAA 0 iodef "mailto:iodef@donnet.email"
  +
* IODEF - API
  +
@ IN CAA 0 iodef "http://api.opensoft.cc/iodef/report.aspx"

於 2021年1月8日 (五) 14:01 的修訂

DNS Certification Authority Authorization DNS 憑證頒發機構授權,簡稱:CAA

DNS 設定

  • Let's Encrypt 免費憑證
@	IN	CAA	0 issue "letsencrypt.org"
  • Gandi SSL 憑證 - 單一位址
@	IN	CAA	0 issue "sectigo.com"
  • Gandi SSL 憑證 - Wildcard 多重域名
@	IN	CAA	0 issuewild ";"
  • IODEF - E-Mail
@	IN	CAA	0 iodef "mailto:iodef@donnet.email"
  • IODEF - API
@	IN	CAA	0 iodef "http://api.opensoft.cc/iodef/report.aspx"