pkispawn
and pkidestroy
have been modified to provide a --log-file
option to specify the installation log file path.
The pki user
commands have been deprecated in PKI 10 and dropped in PKI 11. Use pki <subsystem>-user
commands instead.
The pki group
commands have been deprecated in PKI 10 and dropped in PKI 11. Use pki <subsystem>-group
commands instead.
The pki cert
commands have been deprecated in PKI 10 and dropped in PKI 11. Use pki ca-cert
commands instead.
The pki key
commands have been deprecated in PKI 10 and dropped in PKI 11. Use pki kra-key
commands instead.
Due to REST API changes, the --output
parameter for pki <subsystem>-audit-show
command will now produce a JSON file:
$ pki -n caadmin <subsystem>-audit-show --output audit.json
The --input
parameter for pki <subsystem>-audit-mod
will now take a JSON file:
$ pki -n caadmin <subsystem>-audit-mod --input audit.json
See Using PKI Audit CLI.
Due to REST API changes, the --output
parameter for pki tps-config-show
command will now produce a JSON file:
$ pki -n caadmin tps-config-show --output tps.json
The --input
parameter for pki tps-config-mod
will now take a JSON file:
$ pki -n caadmin tps-config-mod --input tps.json