This commit is contained in:
usman@cyberpersons.com
2023-04-13 01:02:36 +05:00
parent 99c8836f6b
commit 2fa5df3876

View File

@@ -401,7 +401,7 @@ context /.well-known/acme-challenge {
sender_email = 'root@%s' % (socket.gethostname()) sender_email = 'root@%s' % (socket.gethostname())
status, path = sslUtilities.PatchVhostConf(virtualHostName) sslUtilities.PatchVhostConf(virtualHostName)
if not os.path.exists('/usr/local/lsws/Example/html/.well-known/acme-challenge'): if not os.path.exists('/usr/local/lsws/Example/html/.well-known/acme-challenge'):
command = f'mkdir -p /usr/local/lsws/Example/html/.well-known/acme-challenge' command = f'mkdir -p /usr/local/lsws/Example/html/.well-known/acme-challenge'