t in certbot

This commit is contained in:
gauthiier 2018-12-06 11:00:18 +01:00
parent 1828d51e70
commit 7952237dd5

View File

@ -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)