By default all comunication is going over port 8433 and it's highly recommended to keep it that way. However, if neccesary, it can be moved to different port using the following steps.
By default all comunication is going over port 8433 and it's highly recommended to keep it that way. However, if neccesary, it can be moved to different port using the following steps.
...
@@ -28,14 +34,13 @@ services:
...
@@ -28,14 +34,13 @@ services:
`docker-compose -f docker-compose.yml -f docker-compose.custom.yml up --build -d`
`docker-compose -f docker-compose.yml -f docker-compose.custom.yml up --build -d`
## Valid HTTPS Server Certificate
## Valid HTTPS Certificate
1. Obtain a valid HTTPS certificate (Let's Encrypt, Internal CA, ...). You'll need three files:
1. Obtain a valid HTTPS certificate (Let's Encrypt, Internal CA, ...). You'll need three files:
-`cert.pem` (includes the whole chain if neccesary)
-`cert.pem` (includes the whole chain if neccesary)
-`key.pem`
-`key.pem`
-`keys.pass` (contains string password for encrypted key)
-`keys.pass` (contains string password for encrypted key)