Added original OpenSSL configuration file.
This commit is contained in:
parent
9289e0b182
commit
57f25658c4
23
dovecot-openssl.cnf-orig
Normal file
23
dovecot-openssl.cnf-orig
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user