diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 10:50:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 10:50:14 +0000 |
commit | da6a5e64d9980edc9286f5665e06233b0e425f3f (patch) | |
tree | 2320220ce4c4ed825f62f89df6dcade1f1ae8ae1 /mail-mta/qmail/files/servercert.cnf | |
parent | Version bump #49608 by Daniel Webert. (diff) | |
download | gentoo-2-da6a5e64d9980edc9286f5665e06233b0e425f3f.tar.gz gentoo-2-da6a5e64d9980edc9286f5665e06233b0e425f3f.tar.bz2 gentoo-2-da6a5e64d9980edc9286f5665e06233b0e425f3f.zip |
move net-mail/qmail to mail-mta/qmail.
Diffstat (limited to 'mail-mta/qmail/files/servercert.cnf')
-rw-r--r-- | mail-mta/qmail/files/servercert.cnf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/mail-mta/qmail/files/servercert.cnf b/mail-mta/qmail/files/servercert.cnf new file mode 100644 index 000000000000..32ed98e642ad --- /dev/null +++ b/mail-mta/qmail/files/servercert.cnf @@ -0,0 +1,37 @@ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/servercert.cnf,v 1.1 2004/05/30 10:50:13 robbat2 Exp $ +# Robin H. Johnson <robbat2@gentoo.org> - October 17, 2003 +# This is the openssl config file to generate keys for qmail +# It is read by mkservercert + +[ req ] +# you can increase this value, but be aware that it will make things much slower +# this should be a power of 2! +default_bits = 1024 +# leave the rest of these alone! +encrypt_key = yes +distinguished_name = req_dn +x509_extensions = cert_type +prompt = no + +[ req_dn ] +# 2-Letter ISO country code +C=US +# FULL name of state/province/district +# NO abbreviations! +ST=Alabama +# FULL name of city +# NO abbreviations! +L=Mobile +# Full Name of your organization +# NO abbreviations! +O=Foobar Systems +# Leave this alone unless specifically need to change it! +OU=Automatically-generated Qmail SMTP SSL key +# This should be a FQDN that resolves to the IP of your server +CN=localhost +# This should be the email address for the administrator of the server +emailAddress=postmaster@localhost + +# Leave this alone! +[ cert_type ] +nsCertType = server |