This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
为域名创建 CAA 记录
证书颁发机构授权 (CAA) 是一种 DNS 记录,允许域所有者指定哪个证书颁发机构 (CA) 可以为域颁发 SSL 证书。
与服务的安全连接需要 SSL/TLS 证书来确保主机的身份并建立安全通道。没有 CAA 记录可能会导致安全风险,因为任何人都可以为域生成证书签名请求 (CSR) 并获得任何 CA 签名的证书。
CAA 记录允许域名所有者声明允许哪些证书颁发机构为域名颁发证书,从而为您的 Web 存在提供一层额外的保护。如果有人向未经授权的 CA 申请证书,则 CAA 记录会通知域名所有者同样的情况。如果某个域没有 CAA 记录,则允许任何 CA 为该域颁发证书。
NetScaler 设备在以下模式下支持 DNS CAA 记录:
- 代理:设备缓存来自后端服务器的 CAA 记录响应,并响应来自缓存的更多相同类型的查询。
- ADNS:设备响应来自配置的 DNS 记录的 CAA 记录类型 DNS 查询。
注意:
- 每个域名最多可以添加 20 条 CAA 记录。
- 不支持递归解析器和转发器模式。
使用 CLI 添加 CAA 记录
在命令提示符下,键入以下命令:
add dns caaRec <domain> <issuer-string> -tag <tag-string> -flag [None|Critical] [-TTL <secs>]
<!--NeedCopy-->
示例:
> add dns caaRec newdomain string1 -tag Issue -flag None [-TTL 3600]
<!--NeedCopy-->
显示命令详情
> show dns caaRec
1) Domain : newdomain ECS Subnet : None Record id: 39423 TTL : 3600 secs Record Type : ADNS
Value: string1
Tag: issue
Flag: NONE
2) Domain : test.com ECS Subnet : None Record id: 2572 TTL : 5 secs Record Type : ADNS
Value: ca1.test.com
Tag: issue
Flag: NONE
<!--NeedCopy-->
要删除 CAA 记录,请在命令提示符下键入以下命令:
rm dns caaRec <domain> <issuer-string> -tag <tag-string> | -recordId <positive_integer>@)
<!--NeedCopy-->
示例:
rm dns caaRec newdomain -recordId 39423
<!--NeedCopy-->
注意:
-recordID
群集中不支持 @。
使用 GUI 添加 CAA 记录
导航到 流量管理 > DNS > 记录 > CAA 记录 ,然后创建地址记录。
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.