From 263c089e692e79c0c686e772ca9ee3401e45f68e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Jan 2025 14:42:05 +0000 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c8f6e..cfcc769 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Instructions ## Remote with TLS -since atheme doesn't support TLS uplinks, stunnel has to be used for remote TLS encryption (this assumes stunnel is running on the hub already): +since atheme doesn't support TLS uplinks, (https://github.com/atheme/atheme/issues/265) stunnel has to be used for remote TLS +encryption (this assumes stunnel is running on the hub already): - `cd stunnel/` - Copy `stunnel.conf.example` to `stunnel.conf` then edit -- retrieve certificates from CA `see inspircd hub CA setup with easyrsa3` +- retrieve certificates from CA `see inspircd hub CA setup with easyrsa3`, place `ca.crt` in `ssl/` - `docker-compose up -d` ## docker-compose