[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
foxr
lon-capa-cvs@mail.lon-capa.org
Tue, 29 Jun 2004 10:46:59 -0000
foxr Tue Jun 29 06:46:59 2004 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Added path to the certificate authority file and the email address of the
certificate adiminstrator. NOTE: The SSLEmail parameter must be changed
prior to going to production. fox@nscl.msu.edu is not going to be the
issuer of certificates in all likelyhood.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.86 loncom/loncapa_apache.conf:1.87
--- loncom/loncapa_apache.conf:1.86 Tue Jun 29 06:28:16 2004
+++ loncom/loncapa_apache.conf Tue Jun 29 06:46:59 2004
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.86 2004/06/29 10:28:16 foxr Exp $
+## $Id: loncapa_apache.conf,v 1.87 2004/06/29 10:46:59 foxr Exp $
##
#
@@ -990,12 +990,17 @@
# SSLDirectory -> Directory containing ssl configuration files etc.
# SSLCAConfig -> Name of the SSL config file for the certificate
# Authority.
+# SSLCAFile -> Full path to the Certificate authority file
+# (on the cert manager system).
+# SSLEmail -> E-mail address of loncapa certificate manager.
# The following are good for the loncapa redhat installs and
# the loncapa certificate authority system:
#
PerlSetVar SSLProgram /usr/bin/openssl
PerlSetVar SSLDirectory /usr/share/ssl
PerlSetVar SSLCAConfig loncapaca
+PerlSetVar SSLCAFile /usr/share/ssl/loncapaca/cacert.pem
+PerlSetVar SSLEmail fox@nscl.msu.edu # CHANGE THIS!!!!!
#-------------------------------------------------------------------------