mention dh params in readme

This commit is contained in:
xfnw 2022-07-01 19:17:12 -04:00
parent a94d0fe892
commit 5e32c8e7eb
1 changed files with 1 additions and 1 deletions

View File

@ -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