Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rwr3ck authored Aug 11, 2020
1 parent 4a9e9c7 commit 6f786eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ In case you want to start over fresh remove the files in the _c2DB_ and the _cer
## Deployment options

There are three TLS Options:
* Self signed cert using the cetificate files predefined through the _.env_ files
* Self signed cert using the cetificate files created during container launch predefined through the _.env_ files
* Reverseproxy using the _.env_ config Options
* LetsEncrypt cert by deleting the predefined _KEYFILE_ and _CERTFILE_ values. -> Keep in Mind that port 80/tcp and 443/tcp need to be reachable (mind NAT and firewalls) for the certificate generation by the LetsEncrypt bot. Also a valid domain is needed.

Of course an unencrypted deployment is possible by removing the _HTTP_ variable.
Of course an unencrypted deployment is possible by removing the _HTTPS_ variable.

0 comments on commit 6f786eb

Please sign in to comment.