ssbc / go-ssb-room

Room server implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation - manually generate dhparams

KyleMaas opened this issue · comments

Following through the installation docs (which are quite good, I might add) on an Ubuntu 22.04.1 server, there's one issue I ran into that I think might be worth mentioning. certbot did not generate a dhparams file. Maybe add an example command for generating that? Something like:

openssl dhparam -out /etc/letsencrypt/ssl-dhparams.pem 2048

Nice @KyleMaas, PRs welcome!