aboutsummaryrefslogtreecommitdiff
path: root/rpkid/cronjob.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/cronjob.py')
-rw-r--r--rpkid/cronjob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/cronjob.py b/rpkid/cronjob.py
index 65056c40..a2ec17a1 100644
--- a/rpkid/cronjob.py
+++ b/rpkid/cronjob.py
@@ -42,6 +42,6 @@ cfg = rpki.config.parser(cfg_file, "cronjob")
print rpki.https.client(client_key = rpki.x509.RSA(Auto_file = cfg.get("https-key")),
client_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-cert")),
- server_ta = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-ta")),
+ server_ta = rpki.x509.X509(Auto_file = cfg.get("https-ta")),
url = cfg.get("https-url"),
msg = "Please run cron now.")