summaryrefslogtreecommitdiffstats
path: root/base/java-tools/man
Commit message (Collapse)AuthorAgeFilesLines
* Add a man page for profile CLI commands.Abhishek Koneru2014-10-152-0/+154
|
* Added CLI to import/export certificates with private keys.Endi S. Dewata2014-10-091-4/+44
| | | | | | | New CLI commands have been added to import/export certificates and private keys into/from the client security database. The CLI can also be used to generate the file needed by Python client library for client certificate authentication.
* Added option to import client cert from CA.Endi S. Dewata2014-09-191-7/+19
| | | | | | | | | | | | A new option has been added to the client-cert-import command to import a certificate from CA by specifying the serial number. The client-cert-import has also been modified to get the nickname of the certificate to import from the CLI argument. For backward compatibility, if no argument is specified the CLI will try to get the nickname from the authentication option (-n). Ticket #1152
* Added client-cert-request CLI.Endi S. Dewata2014-09-191-0/+10
| | | | | | | A new CLI has been added to simplify the process to request a user certificate for client certificate authentication. Ticket #1148
* Fix manpage errorsBenjamin Drung2014-09-097-11/+11
| | | | | This patch fixes manpage-has-errors-from-man and hyphen-used-as-minus-sign found by lintian tool on Debian.
* Fixes for tickets 1087, 1089, 1090, 1091.Abhishek Koneru2014-08-291-6/+6
| | | | | Addresses upstream issues in the pki key-* CLI commands. Updates the man page in all the required cases.
* Fixed problems with CLI authentication parameters.Endi S. Dewata2014-08-281-6/+6
| | | | | | | | | | | | | | | | | | | | Previously specifying a security database password in the CLI would require a certificate nickname to be specified as well. While this is correct for client certificate authentication, it caused a problem for operations that do not authenticate against the server such as client-init. The CLI has been modified to require a security database password only if the nickname is specified for client certificate authentication. Similar changes have been made to require user password only if the username is specified for basic authentication. The CLI also has been modified to store all specified parameters in the config object regardless of parameter validation. The manual page has been modified accordingly. Ticket #1125
* Alternative CLI password methodsMatthew Harmsen2014-08-141-14/+137
| | | | - PKI TRAC Ticket #555 - Other ways to specify CLI password
* Updated man page for pki key commandsAbhishek Koneru2014-07-281-3/+290
| | | | | | | | | | Updated man page for all the new CLI commands added for the Key and KeyRequest resources. Also added missing code to retrieve a secret wrapped in a user specified passphrase. Ticket #945
* Attempt to clarify pki-cert-request-review commandMatthew Harmsen2014-04-301-2/+6
| | | | | * PKI TRAC Ticket #585 - 'pki cert-request-review' --output creates a file only when --action attribute is not present
* Split pki manual page.Endi S. Dewata2014-03-077-140/+621
| | | | | | | | | The manual page for pki has been split into separate pages for each command module to simplify reading and editing. The formatting have been fixed to make it more consistent. The content of the manual pages will be further improved in future patches. Ticket #519
* Updated pki CLI man page.Endi S. Dewata2013-11-191-9/+28
| | | | | The man page for pki CLI has been updated to include the commands for managing the client security database.
* Renamed CLI commands.Endi S. Dewata2013-11-051-35/+32
| | | | | | | | | | | | | | | | | | The following commands have been renamed. The old commands will no longer work. * profile -> ca-profile * kraconnector -> ca-kraconnector The following commands have also been renamed, but the old commands will continue to work: * cert -> ca-cert * key -> kra-key The user and group commands have already been renamed to <subsytem>- user and <subsystem>-group. The old commands will continue to work and will use CA subsystem by default. Ticket #701
* Renamed CLI commands.Endi S. Dewata2013-11-011-3/+3
| | | | | | | | The following commands have been renamed for consistency: * client-cert-remove -> client-cert->del * group-member-remove -> group-member-del * user-cert-remove -> user-cert-del * user-membership-remove -> user-membership-del
* Modify output file option for cert-request-review command.Abhishek Koneru2013-10-311-41/+15
| | | | | | | | Change the --output option to --file for providing a file to store the certificate request to be reviewed using the cert-request-review cli command. Update the man page entry for the same. Ticket #674
* Fix some errors in patch.Ade Lee2013-04-281-2/+5
| | | | | | Update kraconnector-delete call to use -c for database password. Update get-install-token call to specify instance certdb. Removed --ignore-untrusted directives on both. Update man page.
* Merged cert-request-review/approve commands.Endi Sukma Dewata2013-02-041-3/+7
| | | | | | | The cert-request-approve has been merged into cert-request-review to ensure that these operations are executed in the same session. Ticket #474
* Punctuation and formatting changes in man pagesAde Lee2012-12-181-23/+25
| | | | Changes provided by Deon Lackey.
* More edits to man pages including spell checking provided via 'aspell'.Matthew Harmsen2012-12-101-4/+4
|
* Added more detail to man page for pki(1)Ade Lee2012-12-071-27/+171
|
* Added man pages.Matthew Harmsen2012-12-061-0/+95
* TRAC Ticket #315 - Man pages for pkispawn/pkidestroy. * Added place-holders for 'pki.1' and 'pki_default.cfg.5' man pages.