You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letsencrypt updates: renew location for .well-known, add support for multiple hostnames (#992)
* FEATURE: add DISCOURSE_HOSTNAME_ALIASES
add comma-separated DISCOURSE_HOSTNAME_ALIASES to handle multiple aliases
for letsencrypt domain generation over env vars
FIX: add letsencrypt renew location for .well-known
and allow for multi-domain renewal
Add /.well-known location in /var/www/discourse/public.
Allow .well-known on http to continue to serve traffic without redirects
Allows for letsencrypt cert renewals to work properly.
With DISCOURSE_HOSTNAME of example.com...
multiple domains are not able to renew if they cannot access such as
http://alternate.example.com
...which redirects under the current https config.
FIX: better listening for ipv6 for ipv4 only
Current letsencrypt assumes ipv6 in config. Check for ipv6 before listening
* remove commented multi_accept line
* Bundle well-known location http passthrough into base ssl template.
* Always configure to listen on ipv4 and v6
0 commit comments