diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-24 07:35:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-24 07:35:25 +0000 |
commit | 0b9d273ed65a77d480f789ab77107e73af55fd1c (patch) | |
tree | df9236ebe9da4f4c702b860b462a0f93f724092b /scripts/testbed.py | |
parent | 3b26727b8b5c48e783be35cc821193aa4086d48b (diff) |
Rename testroot => rootd
svn path=/scripts/Makefile; revision=1437
Diffstat (limited to 'scripts/testbed.py')
-rw-r--r-- | scripts/testbed.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/testbed.py b/scripts/testbed.py index 9fe8ae25..67d60fa3 100644 --- a/scripts/testbed.py +++ b/scripts/testbed.py @@ -47,7 +47,7 @@ prog_python = cfg.get(cfg_section, "prog_python", "python") prog_rpkid = cfg.get(cfg_section, "prog_rpkid", "../rpkid.py") prog_irdbd = cfg.get(cfg_section, "prog_irdbd", "../irdb.py") prog_poke = cfg.get(cfg_section, "prog_poke", "../testpoke.py") -prog_rootd = cfg.get(cfg_section, "prog_rootd", "../testroot.py") +prog_rootd = cfg.get(cfg_section, "prog_rootd", "../rootd.py") prog_openssl = cfg.get(cfg_section, "prog_openssl", "../../openssl/openssl/apps/openssl") rpki_sql_file = cfg.get(cfg_section, "rpki_sql_file", "../docs/rpki-db-schema.sql") @@ -695,7 +695,7 @@ https-url = https://localhost:%(rpki_port)d/left-right rootd_fmt_1 = '''\ -[testroot] +[rootd] cms-key = %(rootd_name)s-EE.key cms-cert.0 = %(rootd_name)s-EE.cer |