summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/client/cert/CertRequestSubmitCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-291-85/+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-6/+6
| | | | | | | The REST common classes have been renamed for better clarity and consistency. Ticket #259
* Changes for CertRequestSubmitCLI feature addition.Abhishek Koneru2012-07-191-0/+85
Allows the user to send a certificate request through cli. Command : pki cert-request-submit <filename>