vhost
This commit is contained in:
parent
f476b0c038
commit
51edaa3ede
@ -92,7 +92,7 @@ def vhost_add(domain):
|
||||
|
||||
bla = os.path.join(www, 'itworks.txt')
|
||||
with open(bla, 'w+') as bla_fp:
|
||||
bla.write("it does.")
|
||||
bla_fp.write("it does.")
|
||||
|
||||
# check is ssl cert exists
|
||||
cert = os.path.join('/etc/letsencrypt/live', domain)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user