From 3cdd0fb94ba1c1ace47f3833ebaea46ff6cfb844 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 28 Dec 2018 19:39:59 +0100 Subject: global-functions: properly define global functions --- global-functions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'global-functions') diff --git a/global-functions b/global-functions index c931a26..d4c46ae 100644 --- a/global-functions +++ b/global-functions @@ -97,6 +97,8 @@ :global GetMacVendor do={ :local mac [ :tostr $1 ]; + :global CertificateAvailable; + :do { :local vendor; $CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt"; -- cgit v1.2.3-54-g00ecf