--- loncom/loncapa_apache.conf 2004/06/29 10:28:16 1.86 +++ loncom/loncapa_apache.conf 2004/06/30 10:17:19 1.89 @@ -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.89 2004/06/30 10:17:19 foxr Exp $ ## # @@ -990,12 +990,18 @@ PerlSetVar lonnetPrivateKey lonK # 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 +# !!!!!!!!!!!!!!!! CHANGE THIS NEXT LINE !!!!!!!!!!!!!! +PerlSetVar SSLEmail fox@nscl.msu.edu #-------------------------------------------------------------------------