logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pki-audit - Command-line interface for managing PKI audit configuration.

Authors

       Endi S. Dewata lt;edewata@redhat.comgt;.

Description

       The  pki-audit  commands  provide  command-line interfaces to manage audit configuration in the specified
       subsystem.  Currently the only supported subsystem is tps.

       pki [CLI-options] lt;subsystemgt;-audit
           This command is to list the available audit commands for the subsystem.

       pki [CLI-options] lt;subsystemgt;-audit-show [command-options]
           This command is to show the audit configuration in the subsystem.

       pki [CLI-options] lt;subsystemgt;-audit-mod--actionaction [command-options]
           This command is to change the audit (enabled/disabled) status in the subsystem.

       pki [CLI-options] lt;subsystemgt;-audit-mod--inputinput-file [command-options]
           This command is to modify the audit configuration in the subsystem.

Name

       pki-audit - Command-line interface for managing PKI audit configuration.

Operations

       To view available audit commands, type pkilt;subsystemgt;-audit.  To view each command's usage, type pkilt;subsystemgt;-audit-lt;commandgt;--help.

       All audit commands must be executed with the subsystem's admin authentication (the user must  be  in  the
       Administrators group).  See also the Authentication section in pki(1).

   Viewingauditconfiguration
       To view the audit configuration in TPS execute the following command:

              $ pki <TPS admin authentication> tps-audit-show

       To download the audit configuration from TPS into a file execute the following command:

              $ pki <TPS admin authentication> tps-audit-show --output <output file>

   Changingauditstatus
       To enable/disable audit in TPS, execute the following command:

              $ pki <TPS admin authentication> tps-audit-mod --action <action>

       where action is enable or disable.

   Modifyingauditconfiguration
       To  modify  the  audit  configuration  in  TPS,  download  the  current  configuration  using  the  above
       tps-audit-show command, edit the file, then execute the following command:

              $ pki <TPS admin authentication> tps-audit-mod --input <input file>

       Optionally, a --output output-file option may be specified to download the effective configuration  after
       the modification.

Options

       The CLI options are described in pki(1).

See Also

pki(1)

Synopsis

pki [CLI-options] lt;subsystemgt;-auditpki [CLI-options] lt;subsystemgt;-audit-show [command-options]
       pki [CLI-options] lt;subsystemgt;-audit-mod--actionaction [command-options]
       pki [CLI-options] lt;subsystemgt;-audit-mod--inputinput-file [command-options]

See Also