amazon-web-services - 无法为 AWS Route 53 上的子域创建 CAA 记录

标签 amazon-web-services dns amazon-route53 lets-encrypt

我在 AWS Route 53 有一个公共(public)托管区域。为了简单起见,我们将域称为“foo.com”。我从 Comodo 那里买了证书。

我有子域“bar.foo.com”的 CNAME 类型记录。为了更新“bar.foo.com”子域的 Let’s Encrypt 证书,我需要添加一条 CAA 记录。

如果我尝试为子域添加 CAA 记录,则会收到以下错误消息。

Name: bar.foo.com | Type: CAA | Value: 0 issue "letsencrypt.org"

错误信息:

RRSet of type CAA with DNS name bar.foo.com. is not permitted because a conflicting RRSet of type CNAME with the same DNS name already exists in zone foo.com.



这是来自 AWS 控制台的屏幕截图:
enter image description here

最佳答案

我让它工作了!我在“foo.com”的 CAA 记录中输入了第二行

0 issue "letsencrypt.org"

我不确定这是否正确,但它有效。

enter image description here

关于amazon-web-services - 无法为 AWS Route 53 上的子域创建 CAA 记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51355221/

相关文章:

azure - 使用 AWS 托管应用程序中的 Azure Active Directory 集成进行身份验证

python - 'requests' python 库上的 DNS 超时

Cloudflare 和 Route 53 之间的 DNS 条目

ios - 如果您未指定文件夹,则将在AWS S3上上传到哪里

amazon-web-services - 如何配置在 AWS/ElasticBeanstalk/Docker 上运行的 GlassFish 实例?

google-app-engine - 是否可以在裸域中使用 Google App Engine?

amazon-web-services - 我可以使用两个 S3 存储桶在 Route53 上进行主要和次要故障转移吗?

dns - CNAME 记录中的 * 是否优先于显式子域?

amazon-web-services - 使用 Terraform 启用 Inspector v2

java - 使用域凭据与 JDBC 建立 MS SQL 2008 连接