aboutsummaryrefslogtreecommitdiff
path: root/rpkid/irdbd.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/irdbd.py')
-rwxr-xr-xrpkid/irdbd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/irdbd.py b/rpkid/irdbd.py
index 5b8c72a3..09b1685e 100755
--- a/rpkid/irdbd.py
+++ b/rpkid/irdbd.py
@@ -126,7 +126,7 @@ assert u.scheme in ("", "https") and \
rpki.https.server(server_key = rpki.x509.RSA(Auto_file = cfg.get("https-key")),
server_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-cert")),
- client_ta = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-ta")),
+ client_ta = rpki.x509.X509(Auto_file = cfg.get("https-ta")),
host = u.hostname or "localhost",
port = u.port or 443,
handlers = ((u.path, handler),))