From 90aa3a710b37162abe64ad36a0af03cb29da5822 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 2 Apr 2015 14:31:41 +0200 Subject: prosodyctl: Use ssl.loadcertificate instead of ssl.x509.load, as the ssl.x509 export dissapears in 97b1974 or 356e03a --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosodyctl b/prosodyctl index 7c6b77d4..e8fca0ce 100755 --- a/prosodyctl +++ b/prosodyctl @@ -1094,7 +1094,7 @@ function commands.check(arg) local x509_verify_identity = require"util.x509".verify_identity; local ssl = dependencies.softreq"ssl"; -- local datetime_parse = require"util.datetime".parse_x509; - local load_cert = ssl and ssl.x509 and ssl.x509.load; + local load_cert = ssl and ssl.loadcertificate; -- or ssl.cert_from_pem if not ssl then print("LuaSec not available, can't perform certificate checks") -- cgit v1.2.3