You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1723,16 +1776,33 @@ The following configuration properties are optional when using the Digicert CIS
1723
1776
Defines the default signing algorithm for a given issuer name e.g. {"Digicert": "sha1"} will result in sha1 certs issued with the Digicert issuer (default = {}).
1724
1777
1725
1778
1779
+
1780
+
1781
+
.. data:: DIGICERT_CIS_USE_CSR_FIELDS
1782
+
:noindex:
1783
+
1784
+
Controls the setting of the `use_csr_fields` parameter of the create certificate endpoint. When set, certificates will be issued with values from the csr instead of via API fields (default = False).
1785
+
1786
+
1726
1787
.. data:: DIGICERT_CIS_ROOTS
1727
1788
:noindex:
1728
1789
1729
-
A string->string mapping from issuer name to root PEM. These will be optionally be appended to / stripped from response chains as requested by users.
1790
+
A string->string mapping from authority name to root certificate PEM. This is used during authority creation to store the root certificate in Lemur's database.
1730
1791
1731
1792
1732
-
.. data:: DIGICERT_CIS_USE_CSR_FIELDS
1793
+
.. data:: DIGICERT_CIS_ALTERNATE_CHAINS
1733
1794
:noindex:
1734
1795
1735
-
Controls the setting of the `use_csr_fields` parameter of the create certificate endpoint. When set, certificates will be issued with values from the csr instead of via API fields (default = False).
1796
+
A string->string mapping from authority name to alternate/cross-signed chain PEM. When configured, the specified chain will be appended to certificates issued by that authority. This is useful for providing cross-signed roots for compatibility with older systems.
0 commit comments