From e9d87838590a02c7ca028fad8cd16e42a582dd32 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 01:00:17 -0400 Subject: feat: self-signed certificates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 454758d..2444c4c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Telnet to the port configured in `config.yaml` or bring up the web client. The `thoi` binary checks for a file named config.yaml in $XDG_CONFIG_HOME/thoi or the local directory. It creates one if it's not found. -The game is designed around 600ms ticks, but you can change the `tick_length` here. You can also set up telnet, SSL telnet, HTTP, and HTTPS on different ports here. For the secure options you must provide a private key and certificate file path. THOI does not handle x509 certificates for you. Use something like [certbot](https://certbot.eff.org/) on your server if you want SSL telnet/HTTPS support. +The game is designed around 600ms ticks, but you can change the `tick_length` here. You can also set up telnet, SSL telnet, HTTP, and HTTPS on different ports here. For the secure options can provide a private key and certificate. Use something like [certbot](https://certbot.eff.org/). If you enable HTTPS/Telnet TLS without providing certs, a self-signed cert will be generated and used for you. # Setting -- cgit v1.2.3