diff options
Diffstat (limited to 'scripts')
-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")) |