From 7952237dd5313f227be03fc135ae0ba0a03e1f8e Mon Sep 17 00:00:00 2001 From: gauthiier Date: Thu, 6 Dec 2018 11:00:18 +0100 Subject: [PATCH] t in certbot --- certbot-apache2/cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache2/cert.py b/certbot-apache2/cert.py index 8914461..a0568fc 100755 --- a/certbot-apache2/cert.py +++ b/certbot-apache2/cert.py @@ -18,7 +18,7 @@ def cert_add(domains): continue dms.append(d) - certbot_args = ['sudo', 'cerbot', '--apache', 'certonly', '-d'] + certbot_args = ['sudo', 'certbot', '--apache', 'certonly', '-d'] certbot_args.extend(dms) subprocess.call(certbot_args)