summaryrefslogtreecommitdiffstats
path: root/base/java-tools/man
Commit message (Collapse)AuthorAgeFilesLines
* 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.