The dp.properties file contains the configuration parameters used by the Distribution Point servlet.
Request URL
http://<pgwy-host>:<port>/pgwy/dp[/<handler>]
Paths: The paths specified below are relative to <cm-gateway>
Parameters
Parameter
Description
start
Controls if the Distribution Point servlet should start or not.
start = false
filter
Contains a filter for the handler part of the URL specified as a regular expression.
format
Contains the name of a format definition file.
cxlprocedure
The CM procedure to fetch CRL/CIL files from.
ca
Contains the name of the CA to fetch the certificate from.
cache
Optional
Determines the duration that the files should be cached, before retrieval from CF once again. PT0S for no caching. May only be configured for the entire servlet, not on per handler basis. Default value: PT60S
#default.cache = PT60S
cxlfile
A relative path to the CRL/CIL file for distribution. The path is relative to <cm-gateway>. Only X509 CRL and CILs are supported.
cafile
A relative path to the CA file for distribution. The path is relative to <cm-gateway>. Only X509 CA certificates in DER format are supported.