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/testbed.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/testbed.py') diff --git a/scripts/testbed.py b/scripts/testbed.py index fc2b6c8b..12e6f36a 100644 --- a/scripts/testbed.py +++ b/scripts/testbed.py @@ -724,13 +724,13 @@ rootd_fmt_1 = '''\ [rootd] cms-key = %(rootd_name)s-EE.key -cms-cert.0 = %(rootd_name)s-EE.cer -cms-cert.1 = %(rootd_name)s-CA.cer +cms-certs.0 = %(rootd_name)s-EE.cer +cms-certs.1 = %(rootd_name)s-CA.cer cms-ta = %(rpkid_name)s-RPKI-TA.cer https-key = %(rootd_name)s-EE.key -https-cert.0 = %(rootd_name)s-EE.cer -https-cert.1 = %(rootd_name)s-CA.cer +https-certs.0 = %(rootd_name)s-EE.cer +https-certs.1 = %(rootd_name)s-CA.cer server-port = %(rootd_port)s -- cgit v1.2.3