-
Notifications
You must be signed in to change notification settings - Fork 148
Configuring Certificate Status Update Task
Endi S. Dewata edited this page Apr 1, 2021
·
8 revisions
The CA has a task that will periodically update the status of the certificates in the database based on the server time.
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.certStatusUpdateIntervaldetermines how often the task runs in seconds (default: 600) -
ca.transitRecordPageSizedetermines the page size of each VLV query (default: 200) -
ca.transitMaxRecordsdetermines 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.
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |