Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

ParameterDescription
start

Controls if the Distribution Point servlet should start or not.

start = false
filterContains a filter for the handler part of the URL specified as a regular expression.
formatContains the name of a format definition file.
cxlprocedureThe CM procedure to fetch CRL/CIL files from.
caContains 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

Define handlers

crl/{crl-name}

Example: handlers for crl/<crl-name>
handler.0.filter = cxl/Example CA.crl
handler.0.cxlprocedure = Example CRL Procedure
handler.0.format = dp_cxl_download

ca/{ca-name}

Example: handlers for ca/<ca-name>
handler.1.filter = ca/Example CA Cert
handler.1.ca = Example CA ID
handler.1.format = dp_ca_download

Related information

Unable to render {children}. Page not found: PUB:About configuration in Protocol Gateway.


  • No labels