From 5e32c8e7ebca9e7b3a3a7c7157b56d12d597530a Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 1 Jul 2022 19:17:12 -0400 Subject: [PATCH] mention dh params in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bcf2ec..a014242 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ansible playbook for solanum that supports hosts running debian or alpine ## setup - add new host to your hosts file - run `solanum.yml` on new host to compile solanum -- (optional) add your `ssl.pem` and `ssl.key` to `/home/ircd/ircd/etc/`. you probably want to make a cronjob for acme to automatically do this when the cert expires +- (optional) add your `ssl.pem` and `ssl.key` to `/home/ircd/ircd/etc/`. you probably want to make a cronjob for acme to automatically do this when the cert expires. make sure to `openssl dhparam -out dh.pem 2048` in `/home/ircd/ircd/etc/` to make safe dh parameters! - run config.yml on the whole network - repeat steps periodically for network maintainance