Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old SSL cert warning, since they now work. #6985

Merged
merged 1 commit into from Apr 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 5 additions & 13 deletions docs/custom_domains.rst
Expand Up @@ -40,22 +40,14 @@ You can also host your documentation from your own domain.
The SSL certificate issuance can take about one hour,
you can see the status of the certificate on the domain page in your project.

For example, https://pip.pypa.io resolves, but is hosted on our infrastructure.
As another example, fabric's dig record looks like this:
As an example, fabric's dig record looks like this:

.. prompt:: bash $, auto

$ dig docs.fabfile.org
...
;; ANSWER SECTION:
docs.fabfile.org. 7200 IN CNAME readthedocs.io.

.. note::

Some older setups configured a CNAME record pointing to ``readthedocs.org`` or another variation.
While these continue to resolve,
they do not yet allow us to acquire SSL certificates for those domains.
Follow the new setup to have a SSL certificate.
$ dig +short docs.fabfile.org
readthedocs.io.
104.17.33.82
104.17.32.82

.. admonition:: Certificate Authority Authorization (CAA)

Expand Down