[Fedora-directory-commits] adminserver/admserv/cfgstuff console.conf, 1.2, 1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Nov 18 21:14:19 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv/cfgstuff
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3660/adminserver/admserv/cfgstuff

Modified Files:
	console.conf 
Log Message:
1) default cert name is server-cert not Server-Cert
2) remove SSLv2
3) add "-" to the end of the cert/key db name prefix



Index: console.conf
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/console.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- console.conf	18 Aug 2005 18:58:18 -0000	1.2
+++ console.conf	18 Nov 2005 21:14:12 -0000	1.3
@@ -82,21 +82,21 @@
 
 #   SSL Certificate Nickname:
 #   The nickname of the server certificate you are going to use.
-NSSNickname Server-Cert
+NSSNickname server-cert
 
 #   Server Certificate Database:
 #   The NSS security database directory that holds the certificates and
 #   keys. The database consists of 3 files: cert8.db, key3.db and secmod.db.
 #   Provide the directory that these files exist.
 NSSCertificateDatabase %%%sroot%%%/alias
-NSSDBPrefix %%%instancename%%%
+NSSDBPrefix %%%instancename%%%-
 
 #   SSL Cipher Suite:
 #   List the ciphers that the client is permitted to negotiate.
 #   See the mod_nss documentation for a complete list.
 NSSCipherSuite -des,-rc2export,+rc4export,+desede3,+rc4,-rc2,+rsa_rc2_40_md5,+rsa_rc4_128_md5,+rsa_3des_sha,+rsa_rc4_40_md5,+fips_des_sha,+fips_3des_sha,+rsa_des_sha,-rsa_null_md5
 
-NSSProtocol SSLv2,SSLv3,TLSv1
+NSSProtocol SSLv3,TLSv1
 
 #   Client Authentication (Type):
 #   Client certificate verification type.  Types are none, optional and




More information about the Fedora-directory-commits mailing list