commit
66e7acf773
|
@ -875,7 +875,7 @@ account. See :ref:`Using a pre-existing ACME account <AcmeAccountReuse>` for mor
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
This is an optional parameter to indicate the preferred chain to retrieve from ACME when finalizing the order.
|
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 <https://letsencrypt.org/certificates/>`_ to their
|
||||||
own root, where they provide two distinct certificate chains (fullchain_pem vs. alternative_fullchains_pem);
|
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
|
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.
|
is rooted in X1 root CA.
|
||||||
|
|
|
@ -7,6 +7,7 @@ acme
|
||||||
arrow
|
arrow
|
||||||
boto3
|
boto3
|
||||||
botocore
|
botocore
|
||||||
|
certbot
|
||||||
certsrv
|
certsrv
|
||||||
CloudFlare
|
CloudFlare
|
||||||
cryptography
|
cryptography
|
||||||
|
|
|
@ -66,6 +66,7 @@ botocore==1.20.22
|
||||||
# boto3
|
# boto3
|
||||||
# moto
|
# moto
|
||||||
# s3transfer
|
# s3transfer
|
||||||
|
certbot==1.13.0
|
||||||
certifi==2020.12.5
|
certifi==2020.12.5
|
||||||
# via
|
# via
|
||||||
# -r requirements-tests.txt
|
# -r requirements-tests.txt
|
||||||
|
|
Loading…
Reference in New Issue