Update home.md authored by Ondřej Borýsek's avatar Ondřej Borýsek
This wiki will have more structure in the future.
Demo:
- PwnDoc: https://pwndoc.borysek.eu:8443/
- Importer: https://pwndoc.borysek.eu:8443/import_automator/
## Use a custom port
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:
`docker-compose -f docker-compose.yml -f docker-compose.custom.yml up --build -d`
## Valid HTTPS Certificate
## Valid HTTPS Server Certificate
1. Obtain a valid HTTPS certificate (Let's Encrypt, Internal CA, ...). You'll need three files:
- `cert.pem` (includes the whole chain if neccesary)
- `key.pem`
- `keys.pass` (contains string password for encrypted key)
2. Create a folder nging/https-keys
2. Create a folder `nginx/https-keys`
3. Create `docker-compose.custom.yml`
```yaml
......
......