From 4a0dbb136d388b3c032d39336beeee822e52533c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Jan 2008 00:33:15 +0000 Subject: Interop test between old CLI-based CMS code and new internal CMS code. This test is a horrible kludge, but I want a copy of the horrible kludge in the repository before I clean it up. svn path=/scripts/rpki/cms.py; revision=1474 --- scripts/rpkid.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/rpkid.py') diff --git a/scripts/rpkid.py b/scripts/rpkid.py index bf114c6e..fc84ca32 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -126,6 +126,9 @@ 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, -- cgit v1.2.3