From 530c3679968401d9be4e1a267e09f202105cce34 Mon Sep 17 00:00:00 2001 From: yohan Date: Mon, 22 Jul 2024 20:31:19 +0000 Subject: [PATCH] Delete 'dovecot-openssl.cnf-orig' --- dovecot-openssl.cnf-orig | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 dovecot-openssl.cnf-orig diff --git a/dovecot-openssl.cnf-orig b/dovecot-openssl.cnf-orig deleted file mode 100644 index b241e63..0000000 --- a/dovecot-openssl.cnf-orig +++ /dev/null @@ -1,23 +0,0 @@ -# -# 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