diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-31 16:25:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-31 16:25:36 +0000 |
commit | 65baffdd2fbcc227d8d0a6ee57849abfbb5b7e9d (patch) | |
tree | 6de9894bf95f14564bfb1e71a5d16caa1f4c0464 /scripts/testroot.py | |
parent | 5dd5f73bf52370dee2059ddc1d14c85622cb7f08 (diff) |
No default port
svn path=/scripts/testroot.py; revision=1214
Diffstat (limited to 'scripts/testroot.py')
-rwxr-xr-x | scripts/testroot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testroot.py b/scripts/testroot.py index e38677b4..ff8283f8 100755 --- a/scripts/testroot.py +++ b/scripts/testroot.py @@ -123,7 +123,7 @@ https_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget(section, "https-cer https_tas = rpki.x509.X509_chain(Auto_files = cfg.multiget(section, "https-ta")) https_server_host = cfg.get(section, "server-host", "") -https_server_port = int(cfg.get(section, "server-port", "4433")) +https_server_port = int(cfg.get(section, "server-port")) rpki_key = rpki.x509.RSA(Auto_file = cfg.get(section, "rpki-key")) rpki_issuer = rpki.x509.X509(Auto_file = cfg.get(section, "rpki-issuer")) |