From 57f25658c44381773116d362243773c53909de75 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 4 Aug 2019 16:10:52 +0200 Subject: [PATCH] Added original OpenSSL configuration file. --- dovecot-openssl.cnf-orig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dovecot-openssl.cnf-orig diff --git a/dovecot-openssl.cnf-orig b/dovecot-openssl.cnf-orig new file mode 100644 index 0000000..b241e63 --- /dev/null +++ b/dovecot-openssl.cnf-orig @@ -0,0 +1,23 @@ +# +# SSLeay configuration file for Dovecot. +# + +RANDFILE = /dev/urandom + +[ req ] +default_bits = 2048 +default_keyfile = privkey.pem +distinguished_name = req_distinguished_name +prompt = no +policy = policy_anything +req_extensions = v3_req +x509_extensions = v3_req + +[ req_distinguished_name ] +organizationName = your company +organizationalUnitName = @commonName@ +commonName = @commonName@ +emailAddress = @emailAddress@ + +[ v3_req ] +basicConstraints = CA:FALSE