diff options
Diffstat (limited to 'scripts/regeng-api')
-rw-r--r-- | scripts/regeng-api | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index e04a74df..f658a335 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -85,11 +85,13 @@ ;; Extensions might also show up as preferences that nobody but this ;; IRBE operator has ever heard of -(create-biz-ca-context :cust-id 42) -=> (biz-ca-id) +;; The following create RPKI CA contexts -(destroy-biz-ca-context :cust-id 42 - :ca-id foo) +(create-ca-context :cust-id 42) +=> (ca-id) + +(destroy-ca-context :cust-id 42 + :ca-id foo) => () ;; The following two bother RobK and RobL who would prefer a |