diff options
Diffstat (limited to 'scripts/regeng-api')
-rw-r--r-- | scripts/regeng-api | 6 |
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 ...)) => () |