Skip to main content
Skip table of contents

Policies used in Nexus Timestamp Server

This article includes updates for Nexus Timestamp Server 2.3.0.

This article describes how to configure a policy in a timestamp service in Nexus Timestamp Server.

A policy defines rules to select how to process the timestamp request.

A policy is the concept used for mapping timestamp requests to filter chains. Mapping is the task of matching request parameters (real or derived) with attributes of the policy. The policy mapper can match any parameter in the context using regular expressions.

Configure policies

  1. Open the services.properties configuration file.

  2. Set the applicable parameters, described in this table:

Name of parameter

Description

name

A unique name of a policy.

match.type

Has to be Create Timestamp.

chain

A unique name of a filter chain.

Example: Policy for a timestamp service

Policies shall be written in sections and there is only one policy needed for a timestamp service as defined below:

CODE
[policy.0]
name=CreateTimestamp
match.type=Create Timestamp
chain=Timestamp

Example: Policy for an Authenticode timestamp service

CODE
[policy.1]
name=CreateAuthenticodeTimestamp
match.type=Create Authenticode Timestamp
chain=Authenticode


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.