Skip to content

Commit 6c8041b

Browse files
authored
Add link to PKI setup in Docker image requirements (#833)
1 parent 65e78cd commit 6c8041b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ If you're looking to run against a custom Dockerfile, it must meet the following
9696

9797
- The Dockerfile must `EXPOSE 8008` and `EXPOSE 8448` for client and federation traffic respectively.
9898
- The homeserver should run and listen on these ports.
99+
- The homeserver should listen on plain HTTP for client traffic and HTTPS for federation traffic. See [Complement PKI](#Complement-PKI) below.
99100
- The homeserver should become healthy within `COMPLEMENT_SPAWN_HS_TIMEOUT_SECS` if a `HEALTHCHECK` is specified in the Dockerfile.
100101
- The homeserver needs to `200 OK` requests to `GET /_matrix/client/versions`.
101102
- The homeserver needs to manage its own storage within the image.

0 commit comments

Comments
 (0)