[PATCH] 355 Updated pki CLI man page.
by Endi Sukma Dewata
The man page for pki CLI has been updated to include the commands
for managing the client security database.
--
Endi S. Dewata
11 years
[PATCH] 354 Fixed client-cert-import command.
by Endi Sukma Dewata
Previously client-cert-import uses a JSS method that calls NSS
function PK11_ImportDERCertForKey(). To import certificate without
key it should use PK11_ImportCert but it's only available via
certutil. So for now the client-cert-import has been modified to
call certutil until the interface is added to JSS.
The MainCLI has been modified not to call CryptoManager.initialize()
to avoid locking up the security database while importing the
certificate using certutil.
--
Endi S. Dewata
11 years
[PATCH] REST interface extension
by Andrew Wnuk
REST interface extension
This patch provides REST interface extension allowing recovery of
asymmetric keys.
Ticket #439.
11 years
[PATCH] 353 Fixed problem with key-find.
by Endi Sukma Dewata
The key-find command did not return any results due to recent changes.
The method name in KeyDataInfos has been fixed such that XML mapping
would work properly.
--
Endi S. Dewata
11 years