--- loncom/loncapa_apache.conf 2004/06/29 10:28:16 1.86 +++ loncom/loncapa_apache.conf 2004/06/29 10:46:59 1.87 @@ -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 @@ 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 +PerlSetVar SSLEmail fox@nscl.msu.edu # CHANGE THIS!!!!! #-------------------------------------------------------------------------