1
2RANDFILE = @sysconfdir@/esmtpd.rnd
3
4[ req ]
5default_bits = 1024
6encrypt_key = yes
7distinguished_name = req_dn
8x509_extensions = cert_type
9prompt = no
10default_md = sha1
11
12[ req_dn ]
13C=US
14ST=NY
15L=New York
16O=Courier Mail Server
17OU=Automatically-generated ESMTP STARTTLS key
18CN=localhost
19emailAddress=postmaster@example.com
20
21
22[ cert_type ]
23nsCertType = server
24