howto/SetupDovecot: dovecot-openssl.cnf

File dovecot-openssl.cnf, 634 bytes (added by martin.osx@…, 16 years ago)

OpenSLL configuration for dovcot

Line 
1[ req ]
2
3default_bits = 1024
4encrypt_key = yes
5distinguished_name = req_dn
6x509_extensions = cert_type
7prompt = no
8
9[ req_dn ]
10# country (2 letter code)
11#C=my_country
12
13# State or Province Name (full name)
14#ST=my_state
15
16# Locality Name (eg. city)
17#L=my_city
18
19# Organization (eg. company)
20#O=my_name my_domain, Softwareentwicklung
21
22# Organizational Unit Name (eg. section)
23OU=IMAP server
24
25# Common Name (*.example.com is also possible)
26CN=my_computer.my_domain.com
270.CN=my_computer.local
28
29subjectAltName=my_computer.my_domain.com,my_computer.local
30
31# E-mail contact
32emailAddress=my_name@my_domain.com
33
34[ cert_type ]
35nsCertType = server