From 2ec0d8f6a4df260680b826f7c63efc06640c9170 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 16 Jul 2021 17:03:44 -0400 Subject: fix config not being copied before making certs --- irc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/irc.html b/irc.html index 45c2bca..427eca4 100644 --- a/irc.html +++ b/irc.html @@ -83,6 +83,11 @@ drwxr-xr-x 2 ergo ergo 12288 Jul 1 09:01 languages
sudo -i -u ergo
 cd ~/server
+

To start configuring, we need to copy some files:

+ +
cp default.yaml ircd.yaml
+cp ergo.motd ircd.motd
+

Next, generate certificate files for TLS:

@@ -95,11 +100,6 @@ cd ~/server go ahead and change them, as long as you know what you're doing.

-

To start configuring, we need to copy some files:

- -
cp default.yaml ircd.yaml
-cp ergo.motd ircd.motd
-

The next steps involve editing the newly copied ircd.yaml file. If you do not know how to edit text files from the comment line, you can use nano, which is very simple, using arrow keys to navigate, CTRL+O to save, and CTRL+X to exit.
-- cgit v1.2.3