summaryrefslogtreecommitdiffstats
path: root/base/setup/pki
Commit message (Collapse)AuthorAgeFilesLines
* Added pki-client.jar.Endi Sukma Dewata2012-08-151-1/+1
| | | | | | | A new pki-client.jar has been created to package the REST client and CLI classes. Ticket #215
* Enabled SSL authenticator and PKI realm.Endi Sukma Dewata2012-08-031-0/+1
| | | | | | | | | | | The SSL connection has been configured with clientAuth="want" so users can choose whether to provide a client certificate or username and password. The authentication and authorization will be handled by the SSL authenticator with fallback and PKI realm. New access control rules have been added for users, groups, and certs REST services. Ticket #107
* Added cert revocation CLI.Endi Sukma Dewata2012-07-111-0/+4
| | | | | | The cert revocation CLI provides a tool to revoke and unrevoke certificates. Ticket #161
* Added user CLI.Endi Sukma Dewata2012-05-311-0/+106
The user CLI provides a tool to manage users and user certificates. Ticket #160