aboutsummaryrefslogtreecommitdiff
path: root/scripts/regeng-api
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-03-20 10:44:49 +0000
committerRob Austein <sra@hactrn.net>2007-03-20 10:44:49 +0000
commita39e9e918544f2ba6f2e6058458008179a6b9544 (patch)
treeb60bd2066aa2a586a5d407199cc17e806623b2a6 /scripts/regeng-api
parente3b25fc08837f573667c9a4acfeddee63658ab85 (diff)
keypair-id
svn path=/scripts/regeng-api; revision=497
Diffstat (limited to 'scripts/regeng-api')
-rw-r--r--scripts/regeng-api6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api
index e33ab488..675fabc7 100644
--- a/scripts/regeng-api
+++ b/scripts/regeng-api
@@ -93,13 +93,15 @@
=> (keypair-id pkcs10-cert-request)
(destroy-biz-keypair :cust-id 42
- :keypair-id splat)
+ :keypair-id splat)
=> ()
-(get-biz-signing-certs :cust-id 42)
+(get-biz-signing-certs :cust-id 42
+ :keypair-id splat)
=> (cert ...)
(set-biz-signing-certs :cust-id 42
+ :keypair-id splat
(cert ...))
=> ()