improved documentation
This commit is contained in:
parent
13539814db
commit
e48f4ffe77
|
@ -874,9 +874,11 @@ account. See :ref:`Using a pre-existing ACME account <AcmeAccountReuse>` for mor
|
||||||
.. data:: ACME_PREFERRED_ISSUER
|
.. data:: ACME_PREFERRED_ISSUER
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
This is an optional parameter to indicate the preferred chain to retrieve from ACME.
|
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 own root where they provide two distinct certificate chains;
|
This is applicable to Let's Encrypts recent `migration https://letsencrypt.org/certificates/`_ to their
|
||||||
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.
|
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.
|
||||||
Select "X1" to get the shorter chain (currently alternative), leave blank or "DST Root CA X3" for the longer chain.
|
Select "X1" to get the shorter chain (currently alternative), leave blank or "DST Root CA X3" for the longer chain.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue