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)