From 3f9fe3537aa58d0ed29eb636487b00a83a562267 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 30 Oct 2007 20:59:10 +0000 Subject: Config file naming cleanup svn path=/scripts/rpkid.py; revision=1204 --- scripts/rpkid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/rpkid.py') diff --git a/scripts/rpkid.py b/scripts/rpkid.py index b26b90d2..206426dd 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -70,7 +70,7 @@ class global_context(object): os.environ["TZ"] = "UTC" time.tzset() -cfg_file = "re.conf" +cfg_file = "rpkid.conf" opts,argv = getopt.getopt(sys.argv[1:], "c:h?", ["config=", "help"]) for o,a in opts: @@ -82,7 +82,7 @@ for o,a in opts: if argv: raise RuntimeError, "Unexpected arguments %s" % argv -gctx = global_context(cfg = rpki.config.parser(cfg_file), section = "rpki") +gctx = global_context(cfg = rpki.config.parser(cfg_file), section = "rpkid") rpki.https.server(privateKey = gctx.https_key, certChain = gctx.https_certs, -- cgit v1.2.3