aboutsummaryrefslogtreecommitdiff
path: root/scripts/regeng-api
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-03-20 10:42:00 +0000
committerRob Austein <sra@hactrn.net>2007-03-20 10:42:00 +0000
commite3b25fc08837f573667c9a4acfeddee63658ab85 (patch)
treed8107918fc48f2b35753cc0740aec1f96adac407 /scripts/regeng-api
parent7bd8577bbb0bfb20ed05cc1a01e87e73003e5818 (diff)
keypair stuff
svn path=/scripts/regeng-api; revision=496
Diffstat (limited to 'scripts/regeng-api')
-rw-r--r--scripts/regeng-api8
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)