Skip to content

Configuring Certificate Status Update Task

Endi S. Dewata edited this page Apr 1, 2021 · 8 revisions

Overview

The CA has a task that will periodically update the status of the certificates in the database based on the server time.

Configuration

By default the task is configured as follows in the CA’s CS.cfg:

ca.certStatusUpdateInterval=600
ca.transitRecordPageSize=200
ca.transitMaxRecords=1000000

where:

  • ca.certStatusUpdateInterval determines how often the task runs in seconds (default: 600)

  • ca.transitRecordPageSize determines the page size of each VLV query (default: 200)

  • ca.transitMaxRecords determines the number of certificates to process on each run (default: 1000000)

To change the configuration, update the parameters in the CS.cfg, then restart the server.

Clone this wiki locally