Skip to content

Enabling Signed Audit

Endi S. Dewata edited this page Feb 13, 2021 · 8 revisions

Enabling Signed Audit using CLI

To enable signed audit using pki-server CLI, execute the following command:

$ pki-server ca-audit-config-mod --logSigning True

Then restart the server.

Enabling Signed Audit via TPS UI

To enable signed audit via TPS UI, go to System → Audit Logging. Disable logging first, click Edit, change the Signed Logging to true, then reenable the Logging.

Then restart the server.

Enabling Signed Audit Manually

The signed audit log can be configured with the following parameters in /etc/pki/<instance>/<subsystem>/CS.cfg:

log.instance.SignedAudit.logSigning=true
log.instance.SignedAudit.signedAuditCertNickname=<audit signing cert nickname>

Then restart the server.

Clone this wiki locally