From 685cea47683fcccc4152accb1a865494f5c0bb7f Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Fri, 15 Jan 2021 16:51:24 -0800 Subject: [PATCH] documentation --- docs/administration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/administration.rst b/docs/administration.rst index 59611c0f..818a24c4 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -941,6 +941,12 @@ The following parameters have to be set in the configuration files. If there is a config variable ENTRUST_PRODUCT_ take the value as cert product name else default to "STANDARD_SSL". Refer to the API documentation for valid products names. +.. data:: ENTRUST_CROSS_SIGNED_RSA + :noindex: + + This is optional. Entrut provides support for cross-signed subCAS. One can set ENTRUST_CROSS_SIGNED_RSA to the respective cross-signed subCA PEM, such as L1K, Lemur will replace the retrieved subCA with ENTRUST_CROSS_SIGNED_RSA. + + Verisign Issuer Plugin ~~~~~~~~~~~~~~~~~~~~~~