diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-13 00:33:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-13 00:33:15 +0000 |
commit | 4a0dbb136d388b3c032d39336beeee822e52533c (patch) | |
tree | 847b27bdc28613b4207c98903df7d6c32c688f5b /scripts/rpkid.py | |
parent | 8e2d33f80e44ad9f7782d6e21977125b945605d6 (diff) |
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
Diffstat (limited to 'scripts/rpkid.py')
-rwxr-xr-x | scripts/rpkid.py | 3 |
1 files changed, 3 insertions, 0 deletions
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, |