Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for CM 8.4

This article describes configuration parameters in the sdkproxy.properties file used by the SDK Proxy servlet.

Code Block
titleRequest URL
https://<pgwy-host>:<port>/pgwy/sdkproxy[/<handler>]

Relative paths specified below are relative the <configroot>

Expand
titleAbout <configroot>
Insert excerpt
Configuration files in Protocol Gateway
Configuration files in Protocol Gateway
nopaneltrue

Parameters

ParameterDescription
start

Controls if the EST servlet should start or not.

Code Block
languagexml
start = false


filter
contains a filter for the handler part of the URL

determines which filter or subpath that the handler will serve requests on, specified as a regular expression.

 

The SDK Proxy should serve on all possible subpaths.

Code Block
languagexml
titleExample: handler in sdkproxy.properties
handler.0.filter = .*



This article is valid for Certificate Manager 8.4 and later.

Related information

Child pages (Children Display)
pageAbout configuration Configuration in Protocol Gateway