logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkdhparams - Create new DH parameters for the Courier Mail Server

Author

SamVarshavchik
           Author

Courier Mail Server                                01/22/2022                                      MKDHPARAMS(8)

Description

       This script is intended to be executed from a cron job, monthly. If the file /etc/courier/dhparams.pem is
       older than 25 days, the script creates a new file. This file contains pregenerated DH parameters for the
       Courier Mail Server.

       The DH_BITS environment variable, if set controls the length of the generated DH parameters. It gets
       passed, verbatim, to either the dhparam OpenSSL command, or the --sec-param option to GnuTLS's certtool.
       The default value is 768 for OpenSSL, and “high” for GnuTLS.

Name

       mkdhparams - Create new DH parameters for the Courier Mail Server

Synopsis

/usr/sbin/mkdhparams

See Also