[IMP] domain_names: CAA record - #19308
Conversation
auva-odoo
left a comment
There was a problem hiding this comment.
Thank you @mege-odoo, my suggestion for improvement is pretty minor so I'll go ahead and approve this already. Thanks!
@robodoo delegate+
| <https://letsencrypt.org/how-it-works/>`_. If you have a CAA record configured for your domain, make sure it `allows | ||
| Let's Encrypt <https://letsencrypt.org/docs/caa/>`_, otherwise the certificate can fail to | ||
| generate. |
There was a problem hiding this comment.
| <https://letsencrypt.org/how-it-works/>`_. If you have a CAA record configured for your domain, make sure it `allows | |
| Let's Encrypt <https://letsencrypt.org/docs/caa/>`_, otherwise the certificate can fail to | |
| generate. | |
| <https://letsencrypt.org/how-it-works/>`_. Any CAA record configured for the domain must | |
| `allow Let's Encrypt <https://letsencrypt.org/docs/caa/>`_, otherwise certificate generation | |
| may fail. |
to avoid the overuse of you as per the doc guidelines and be a bit more direct in the process 🙂
There was a problem hiding this comment.
Thanks for tightening that up and the style tip! :-)
It also made me realize the original and commit description were inaccurate in the sense that it's not a singular CAA record or each individual CAA record that needs to be updated. If a domain has one or more CAA records, the user needs to add additional CAA records to allow Let's Encrypt, or remove the restrictive ones. So I kept your wording, but made "CAA records" plural.
Occasionally customers use one or more CAA records to restrict which certificate authorities are allowed to provide certificates for their domain. If Let's Encrypt is not included in that, it will cause the certificate generation by Odoo Online or SH to fail. Since this is an advanced topic, I opted to put a note about it in the section that gives more details about the SSL implementation. I expect that putting it in the main "Configure an existing domain name" section would cause confusion for most customers.
fd500d2 to
8eb08c7
Compare
|
@robodoo r+ |
Occasionally customers use one or more CAA records to restrict which certificate authorities are allowed to provide certificates for their domain. If Let's Encrypt is not included in that, it will cause the certificate generation by Odoo Online or SH to fail. Since this is an advanced topic, I opted to put a note about it in the section that gives more details about the SSL implementation. I expect that putting it in the main "Configure an existing domain name" section would cause confusion for most customers. closes #19308 Signed-off-by: Merel Geens <mege@odoo.com>

Occasionally customers use a CAA record to restrict which certificate authorities are allowed to provide certificates for their domain. If Let's Encrypt is not included in that, it will cause the certificate generation by Odoo Online or SH to fail.
Since this is an advanced topic, I opted to put a note about it in the section that gives more details about the SSL implementation. I expect that putting it in the main "Configure an existing domain name" section would cause confusion for most customers.