diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-20 19:50:57 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-20 19:50:57 +0000 |
commit | b1c6066503977e0ee5e7cadf929f5bcc9c56eb6a (patch) | |
tree | 1e637ac079a212b1afe911c4c944e5995a2d916b | |
parent | 10ddc3de0660b1f01965c13806bf83e21ab552d7 (diff) |
- reference.conf: applied 0003-Increase-reference-DH-parameters-size.patch
provided by gp. But instead of 4096bits we use 2048bits for the example
command line.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3014 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | doc/reference.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 32bd74f..2e8e038 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -141,7 +141,7 @@ serverinfo { * * A DH parameter file can be created by running: * - * openssl dhparam -out dhparam.pem 1024 + * openssl dhparam -out dhparam.pem 2048 * * Prime size must be at least 1024 bits. Further information * regarding specific OpenSSL dhparam command-line options |