From 413a6ecf9cddcbee4b9499da1d0255500fa96134 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 9 Jan 2008 16:21:12 +0000 Subject: cms-cert => cms-certs in rootd, for consistancy with rpkid svn path=/scripts/rootd.py; revision=1456 --- scripts/rootd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/rootd.py') diff --git a/scripts/rootd.py b/scripts/rootd.py index bfb782dc..606ec160 100755 --- a/scripts/rootd.py +++ b/scripts/rootd.py @@ -156,10 +156,10 @@ cfg = rpki.config.parser(cfg_file, "rootd") cms_ta = rpki.x509.X509(Auto_file = cfg.get("cms-ta")) cms_key = rpki.x509.RSA(Auto_file = cfg.get("cms-key")) -cms_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget("cms-cert")) +cms_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget("cms-certs")) https_key = rpki.x509.RSA(Auto_file = cfg.get("https-key")) -https_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-cert")) +https_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-certs")) https_server_host = cfg.get("server-host", "") https_server_port = int(cfg.get("server-port")) -- cgit v1.2.3