f69d285399
Archiveopteryx is a mail server system optimised for long-term storage and heavy access. It comprises a set of server programs that provide access to mail stored in a relational database (PostgreSQL). With feedback from ajacoutot@ and JG Pailloncy, reads ok to ajacoutot@
44 lines
779 B
Plaintext
44 lines
779 B
Plaintext
[ req ]
|
|
default_bits = 1024
|
|
default_keyfile = privkey.pem
|
|
distinguished_name = req_distinguished_name
|
|
attributes = req_attributes
|
|
x509_extensions = v3_ca
|
|
prompt = no
|
|
|
|
dirstring_type = nobmp
|
|
|
|
[ req_distinguished_name ]
|
|
|
|
# country (2 letter code)
|
|
#C=FI
|
|
|
|
# State or Province Name (full name)
|
|
#ST=
|
|
|
|
# Locality Name (eg. city)
|
|
#L=
|
|
|
|
# Organization (eg. company)
|
|
#O=
|
|
|
|
# Organizational Unit Name (eg. section)
|
|
OU=IMAP server
|
|
|
|
# Common Name (*.example.com is also possible)
|
|
CN=imap.example.com
|
|
|
|
# E-mail contact
|
|
emailAddress=postmaster@example.com
|
|
|
|
[ req_attributes ]
|
|
challengePassword = ""
|
|
|
|
[ v3_ca ]
|
|
|
|
nsCertType = server
|
|
nsComment = "Automatically generated self-signed certificate"
|
|
subjectKeyIdentifier=hash
|
|
authorityKeyIdentifier=keyid:always,issuer:always
|
|
basicConstraints = CA:true
|