diff --git a/docs/administration.rst b/docs/administration.rst index af18167e..bad95026 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -875,7 +875,7 @@ account. See :ref:`Using a pre-existing ACME account ` for mor :noindex: This is an optional parameter to indicate the preferred chain to retrieve from ACME when finalizing the order. - This is applicable to Let's Encrypts recent `migration https://letsencrypt.org/certificates/`_ to their + This is applicable to Let's Encrypts recent `migration `_ to their own root, where they provide two distinct certificate chains (fullchain_pem vs. alternative_fullchains_pem); the main chain will be the long chain that is rooted in the expiring DTS root, whereas the alternative chain is rooted in X1 root CA. diff --git a/requirements-docs.in b/requirements-docs.in index ec12fbea..87663485 100644 --- a/requirements-docs.in +++ b/requirements-docs.in @@ -7,6 +7,7 @@ acme arrow boto3 botocore +certbot certsrv CloudFlare cryptography diff --git a/requirements-docs.txt b/requirements-docs.txt index e3d80774..84357685 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -66,6 +66,7 @@ botocore==1.20.22 # boto3 # moto # s3transfer +certbot==1.13.0 certifi==2020.12.5 # via # -r requirements-tests.txt