diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-20 10:55:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-20 10:55:03 +0000 |
commit | 20370c8e1a8cd5797ae45b204d7ce66359c04f0e (patch) | |
tree | ec6cdb680cf98d31d67db216672945a672769c1b /scripts | |
parent | ba1d0b4ee20c04c0db9387166e073cc03dab426c (diff) |
biz-ca-context -> rpki-ca-context
svn path=/scripts/regeng-api; revision=499
Diffstat (limited to 'scripts')
-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 |