aboutsummaryrefslogtreecommitdiff
path: root/scripts/irdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/irdb.py')
-rwxr-xr-xscripts/irdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/irdb.py b/scripts/irdb.py
index 88229415..5894ccc6 100755
--- a/scripts/irdb.py
+++ b/scripts/irdb.py
@@ -92,4 +92,4 @@ privateKey = rpki.x509.RSA_Keypair(PEM_file = cfg.get(section, "https-key"))
certChain = rpki.x509.X509_chain()
certChain.load_from_PEM(cfg.multiget(section, "https-cert"))
-rpki.https.server(privateKey=privateKey, certChain=certChain, handlers={"/" : handler})
+rpki.https.server(privateKey=privateKey, certChain=certChain, handlers=handler)