diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rpkid.py | 3 | ||||
-rw-r--r-- | scripts/testbed.1.yaml | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py index fc84ca32..bf114c6e 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -126,9 +126,6 @@ startup_msg = cfg.get("startup-message", "") if startup_msg: rpki.log.info(startup_msg) -if cfg.get("cmstest", False): - rpki.cms.cmstest = True - gctx = global_context(cfg) rpki.https.server(privateKey = gctx.https_key, diff --git a/scripts/testbed.1.yaml b/scripts/testbed.1.yaml index 908db21b..fa8bd6f8 100644 --- a/scripts/testbed.1.yaml +++ b/scripts/testbed.1.yaml @@ -6,7 +6,6 @@ valid_for: 2d sia_base: "rsync://wombat.invalid/" kids: - name: R0 - extra_conf: [ "cmstest = 1" ] kids: - name: Alice ipv4: 192.0.2.1-192.0.2.33 |