diff options
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) |