Hello.
All the domains we have are set up with redirects from :80 to :443. This is causing issue with renew:
<VirtualHost *:80>
ServerName myhost.mydomain.com
Redirect / https://myhost.mydomain.com
</VirtualHost>
<VirtualHost *:443>
...
</VirtualHost>
What I’d prefer to do is have maybe a different, shared directory outside of our main web data directory where LE would save it’s challenge. Does anyone have a workaround for this? I was thinking maybe as Alias directive?