pki-server-kra - Man Page

Command-line interface for managing PKI KRA.

Synopsis

pki-server [CLI-options] kra-clone-prepare [command-options]
pki-server [CLI-options] kra-audit-event-find [command-options]
pki-server [CLI-options] kra-audit-event-enable [command-options] event-ID
pki-server [CLI-options] kra-audit-event-disable [command-options] event-ID
pki-server [CLI-options] kra-audit-event-modify [command-options]  event-ID
pki-server [CLI-options] kra-audit-file-find [command-options]
pki-server [CLI-options] kra-audit-file-verify [command-options]

Description

The pki-server kra commands provide command-line interfaces to manage PKI KRA.

pki-server [CLI-options] kra [command-options]
   This command is to list available PKI KRA management commands.

pki-server [CLI-options] kra-clone-prepare [command-options]
   This command export KRA system certificates into a PKCS #12 file with private keys.

pki-server [CLI-options] kra-audit-event-find [command-options]
   This command list all the audit events which are enabled/disabled.

pki-server [CLI-options] kra-audit-event-enable [command-options] event-ID
   This command will enable audit events in the KRA.

pki-server [CLI-options] kra-audit-event-disable [command-options] event-ID
   This command will disable audit events in the KRA.

pki-server [CLI-options] kra-audit-event-modify [command-options] event-ID
   This command will modify the event filter for audit events.

pki-server [CLI-options] kra-audit-file-find [command-options]
   This command lists audit logs generated by the KRA.

pki-server [CLI-options] kra-audit-file-verify [command-options]
   This command will verify whether the signatures in the audit log files are valid.

Audit Events

Logging audit events:

Authentication and authorization audit events:

Key audit events:

CMC audit events:

Profile audit events:

Certificate audit events:

ACL audit events:

OCSP audit events:

CRL audit events:

Authority audit events:

Selftest audit events:

Encryption data audit events:

Serial/random number audit events:

See Also

pki-server(8)
   PKI server management commands

Authors

Amol Kahat <akahat@redhat.com>.

Info

Mar 21, 2018 PKI KRA Management Commands