From a39e9e918544f2ba6f2e6058458008179a6b9544 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Mar 2007 10:44:49 +0000 Subject: keypair-id svn path=/scripts/regeng-api; revision=497 --- scripts/regeng-api | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/regeng-api') 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 ...)) => () -- cgit v1.2.3