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!
用例:配置自动 DNSSEC 密钥管理功能
使用以下步骤在非 GSLB 站点上启用自动翻转功能。
注意
如果您在 NetScaler 上部署了 DNS 并且不需要将其复制到其他设备上,请使用此程序。
在此示例中,我们使用了以下详细信息:
- 域名:example.com
- 源服务器:nameserver1.example.com
- 名称服务器:nameserver2.example.com
- 联系人:admin.example.com
- 密钥:ZSK 的密钥 1 和 KSK 的密钥 2
-
创建 SOA 和 NS 记录(名称应与区域名称相同)
在命令提示符下,键入:
add dns soaRec example.com -originServer nameserver1.example.com -contact admin.example.com <!--NeedCopy-->
-
创建 DNS 区域记录。将授权区域的代理模式设置为“否”。
add dns zone example.com -proxyMode no <!--NeedCopy-->
- 创建 DNS 密钥
注意:
该命令使用文件名前缀在系统中创建三个文件:private、key 和 ds。
create dns key -zoneName example.com -fileNamePrefix Key1.zsk -keytype zsk -keysize 1024 -algorithm rsASHA256 create dns key -zoneName example.com -fileNamePrefix Key2.ksk -keytype ksk -keysize 1024 -algorithm rsASHA256 <!--NeedCopy-->
- 在区域中发布密钥。
注意:
启用自动展期选项并指定到期日期和通知期限。将显示有关激活密钥的警告消息。
add dns key Key1.zsk Key1.zsk.key Key1.zsk.private -autoRollover enABLED -expires 30 days -notificationPeriod 7 days -rolloverMethod doublesignature Warning: The key should be in an activated state for rollover. Please use sign DNS zone operation to activate the key Done add dns key Key2.ksk Key2.ksk.key Key2.ksk.private -autoRollover enABLED -expires 120 days -notificationPeriod 15 days -rolloverMethod doublerrSet Warning: The key should be in an activated state for rollover. Please use sign DNS zone operation to activate the key Done <!--NeedCopy-->
-
使用签名区域命令激活密钥。
sign dns zone example.com -keyName Key1.zsk Key2.ksk
-
更新父区域中新密钥的 DS 记录。
-
启用 DNS 参数中的自动保存密钥选项。
set dns parameter -autosaveKeyOps enABLED
注意:
为确保及时监视所有关键活动,将发送 SNMP 警报。删除活动密钥后,系统会针对新生成的密钥发送 SNMP 警报。
共享
共享
在本文中
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.