diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-20 10:42:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-20 10:42:00 +0000 |
commit | e3b25fc08837f573667c9a4acfeddee63658ab85 (patch) | |
tree | d8107918fc48f2b35753cc0740aec1f96adac407 /scripts/regeng-api | |
parent | 7bd8577bbb0bfb20ed05cc1a01e87e73003e5818 (diff) |
keypair stuff
svn path=/scripts/regeng-api; revision=496
Diffstat (limited to 'scripts/regeng-api')
-rw-r--r-- | scripts/regeng-api | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index 6d4af35c..e33ab488 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -89,11 +89,11 @@ ;; (generate-keypair) setup followed by a dance between the IRBE and ;; the business PKI system. -(get-biz-private-key :cust-id 42) -=> (private-key) +(create-biz-keypair :cust-id 42) +=> (keypair-id pkcs10-cert-request) -(set-biz-private-key :cust-id 42 - :new-key new-private-key) +(destroy-biz-keypair :cust-id 42 + :keypair-id splat) => () (get-biz-signing-certs :cust-id 42) |