summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ejabberd/files/ssl.cnf')
-rw-r--r--net-im/ejabberd/files/ssl.cnf36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-im/ejabberd/files/ssl.cnf b/net-im/ejabberd/files/ssl.cnf
deleted file mode 100644
index 7a51d91..0000000
--- a/net-im/ejabberd/files/ssl.cnf
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/files/ssl.cnf,v 1.1 2006/10/12 16:26:07 chainsaw Exp $
-# This is the openssl config file to generate keys for ejabberd
-# It is read by self-cert.sh
-
-[ 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=UK
-# FULL name of state/province/district
-# NO abbreviations!
-ST=Cambridgeshire
-# FULL name of city
-# NO abbreviations!
-L=Peterborough
-# Full Name of your organization
-# NO abbreviations!
-O=Bits and Bobs Ltd.
-# Leave this alone unless specifically need to change it!
-OU=Automatically-generated ejabberd 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=root@localhost
-
-# Leave this alone!
-[ cert_type ]
-nsCertType = server