From 00e06095476700552a00e1200e4551611631b4bf Mon Sep 17 00:00:00 2001 From: Jasmine Schladen Date: Thu, 11 Mar 2021 17:04:28 -0800 Subject: [PATCH 1/2] Doc fix --- docs/administration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 2b7c151426983385306df2134a3f212faf649485 Mon Sep 17 00:00:00 2001 From: Jasmine Schladen Date: Thu, 11 Mar 2021 17:10:13 -0800 Subject: [PATCH 2/2] Add missing dependency --- requirements-docs.in | 1 + requirements-docs.txt | 1 + 2 files changed, 2 insertions(+) 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