Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

letsencrypt http-01 and ipv6 Unspecified address #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions install/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ ssl:

The `port` is the port the HTTPS server will listen on. **It cannot be the same as the HTTP port.**

> The non-secure HTTP port **must be accessible from the internet, at all times,** in order for the Let's Encrypt challenge process to complete, as well as for automated certificate renewals. Once the initial verification is completed, you can automatically redirect all insecure requests made on the HTTP port to HTTPS by [enabling the HTTP to HTTPS Redirection](#http-to-https-redirection) option.
> The non-secure HTTP port **must be [80](https://letsencrypt.org/docs/challenge-types/) and accessible from the internet, at all times,** in order for the Let's Encrypt challenge process to complete, as well as for automated certificate renewals. Once the initial verification is completed, you can automatically redirect all insecure requests made on the HTTP port to HTTPS by [enabling the HTTP to HTTPS Redirection](#http-to-https-redirection) option.
{.is-warning}

The `domain` is the fully-qualified domain name pointing to the wiki. **It must already resolve to the server.**
Expand Down Expand Up @@ -271,6 +271,7 @@ bindIP: 0.0.0.0
```

Leave the default `0.0.0.0` to listen on all interfaces.
If you want to listen on all interfaces on ipv6/ipv4 [leave the value blank](https://nodejs.org/api/net.html#net_server_listen_port_host_backlog_callback)


## Logging
Expand Down Expand Up @@ -368,4 +369,4 @@ db:

# Sample Config File

The latest version of the complete sample config file can be found on [GitHub](https://github.com/Requarks/wiki/blob/master/config.sample.yml).
The latest version of the complete sample config file can be found on [GitHub](https://github.com/Requarks/wiki/blob/master/config.sample.yml).