t in certbot
This commit is contained in:
parent
1828d51e70
commit
7952237dd5
@ -18,7 +18,7 @@ def cert_add(domains):
|
|||||||
continue
|
continue
|
||||||
dms.append(d)
|
dms.append(d)
|
||||||
|
|
||||||
certbot_args = ['sudo', 'cerbot', '--apache', 'certonly', '-d']
|
certbot_args = ['sudo', 'certbot', '--apache', 'certonly', '-d']
|
||||||
certbot_args.extend(dms)
|
certbot_args.extend(dms)
|
||||||
|
|
||||||
subprocess.call(certbot_args)
|
subprocess.call(certbot_args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user