邓超
邓超
@cmwilson21 Help, I have to add subdomains one by one in the certification renew request now, if you could remove the unexpected CAA records or add one more `0 issuewild...
@yoannchaudet I understand that, but you do have access to `github.io` 's DNS zone. and it has 3 CAA records: ``` # dig code-certs.github.io CAA ;; Warning: Message parser reports...
@yoannchaudet I know it only apply to `github.io`, but when I set my `www.awesome.domain` 's CNAME record to `awesome-repo.github.io`, then the CAA record of `www.awesome.domain` will be the same as...
I have some different solutions for this issue now: 1. Add a CAA record `0 issuewild "letsencrypt.org"` to `github.io`. This fix the issue directly, but you may need to add...
Thanks for your response, I'll try using `A` record instead of `CNAME` record. Beside, I hope this workaround could be documented in GitHub Pages's docs to help others.
@IvanovIlya116 Thanks, I'll give it a try.
How should we translate ? 0. Translate the whole file using `tf` tag (Translated version may be out of date both in structure and content when the english version is...
🤔 要不要给开发环境配一个 [dev container](https://containers.dev/) 配置?
> 商品发布的时候,不考虑 status 变化哈。 我之前用 vue3 的管理端创建商品时出现了由于缺少 status 导致写入 mysql 失败的问题. 不确定这个是不是由于单元测试使用的 h2 数据库的表定义与 mysql 数据库的表定义不一致导致的. 另外, 创建的商品不见得会立即上架, 也存在创建待上架的商品的场景.