What is a DH Parameters Generator?
A DH parameters generator creates the prime p and generator g values used by Diffie-Hellman key exchange in TLS. The OpenSSL dhparam command picks a random safe prime of the requested size — 2048, 3072, or 4096 bits — and writes it as PEM. Web servers load this file at start-up and reuse it for every TLS 1.2 connection that negotiates a DHE_RSA cipher suite.
This tool builds the exact command for your bit size and output filename, plus the nginx / Apache directives to wire up the result. The command runs on your server (or laptop) — nothing is generated server-side.