2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00
This commit is contained in:
Saurabh 2018-06-29 13:51:42 +05:30
parent 2da047cd90
commit cb2c51684b

View File

@ -139,7 +139,7 @@ def setup_wildcard_ssl(domain, email, bench_path):
print("There was a problem trying to setup SSL")
return
ssl_path = "/etc/letsencrypt/live/{domain}/".format(site=domain)
ssl_path = "/etc/letsencrypt/live/{domain}/".format(domain=domain)
ssl_config = {
"wildcard": {
"domain": domain,