summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/client/cert/CertCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-291-151/+0
| | | | | | | | | | The pki-client.jar has been split and merged into pki-certsrv.jar and pki-tools.jar. The REST client classes are now packaged in com.netscape.certsrv.<component> packages. The REST CLI classes are now packaged in com.netscape.cmstools.<component> packages. The "pki" script has been moved into pki-tools RPM package. Ticket #215
* Reorganized REST common classes.Endi Sukma Dewata2012-08-151-3/+3
| | | | | | | The common classes used by REST client and services have been moved into the com.netscape.certsrv.<component> packages. Ticket #215
* Cleaned up REST common class names.Endi Sukma Dewata2012-08-151-2/+2
| | | | | | | The REST common classes have been renamed for better clarity and consistency. Ticket #259
* Cleaned up REST client class names.Endi Sukma Dewata2012-08-151-2/+2
| | | | | | | The REST client classes have been renamed for better clarity and consistency. Ticket #259
* Added ClientConfig.Endi Sukma Dewata2012-07-301-1/+6
| | | | | | | | A new ClientConfig class has been added to encapsulate client configuration parameters. These parameters include server URI, certificate database, certificate nickname, and password. Ticket #107
* Cert CLI - cert-request-review and cert-request-approve implementationsAbhishek Koneru2012-07-301-0/+2
|
* Changes for CertRequestSubmitCLI feature addition.Abhishek Koneru2012-07-191-0/+1
| | | | | | Allows the user to send a certificate request through cli. Command : pki cert-request-submit <filename>
* Added cert revocation CLI.Endi Sukma Dewata2012-07-111-0/+143
The cert revocation CLI provides a tool to revoke and unrevoke certificates. Ticket #161