diff options
Diffstat (limited to 'spss.server/res/resources/tools/ConfigurationMapper.xsl')
-rw-r--r-- | spss.server/res/resources/tools/ConfigurationMapper.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spss.server/res/resources/tools/ConfigurationMapper.xsl b/spss.server/res/resources/tools/ConfigurationMapper.xsl index 62551f0b3..9498dca97 100644 --- a/spss.server/res/resources/tools/ConfigurationMapper.xsl +++ b/spss.server/res/resources/tools/ConfigurationMapper.xsl @@ -163,6 +163,10 @@ <xsl:with-param name="DefaultValue" select="'0'"/> </xsl:call-template> </cfg:MaxRevocationAge> + <cfg:ServiceOrder> + <cfg:Service>OCSP</cfg:Service> + <cfg:Service>CRL</cfg:Service> + </cfg:ServiceOrder> <cfg:Archiving> <cfg:EnableArchiving> <xsl:call-template name="GetGenericValue"> |