files

Use the files stanza entry to specify the files that WebSEAL includes in the configuration database. These files are replicated across WebSEAL servers in a cluster. Replication occurs when the pdadmin server task cluster restart command runs.

Syntax

Either:

files = cfg(stanza::entry)

Or:

files = file_name

Description

Defines the files that will be included (that is, imported or exported ) in the configuration database.

Options

stanza
This field specifies the name of the stanza that contains the entry with the name of the file to be included in the configuration database. The configuration value defined by stanza and entry must contain the name of the file.
entry
This field specifies the stanza entry that contains the name of the file to be included in the configuration database. The configuration value defined by stanza and entry must contain the name of the file.
file_name
The name of the file.

Usage

This stanza entry is not required.

Default value

files = cfg(ssl::webseal-cert-keyfile)
files = cfg(ssl::webseal-cert-keyfile-stash)
files = cfg(junction::jmt-map)
files = cfg(server::dynurl-map)

Example

files = cert-rules.txt
files = jmt.conf
files = cfg(junction::jmt-map)