[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Domain_Configuration_SSL.tex
raeburn
raeburn@source.lon-capa.org
Thu, 26 May 2011 11:55:45 -0000
raeburn Thu May 26 11:55:45 2011 EDT
Modified files:
/loncom/html/adm/help/tex Domain_Configuration_SSL.tex
Log:
- Replacement of > with \textgreater when used outside quotation blocks.
- Changes to keep text within right margin in PDF version of manual.
Index: loncom/html/adm/help/tex/Domain_Configuration_SSL.tex
diff -u loncom/html/adm/help/tex/Domain_Configuration_SSL.tex:1.1 loncom/html/adm/help/tex/Domain_Configuration_SSL.tex:1.2
--- loncom/html/adm/help/tex/Domain_Configuration_SSL.tex:1.1 Thu May 26 01:08:09 2011
+++ loncom/html/adm/help/tex/Domain_Configuration_SSL.tex Thu May 26 11:55:45 2011
@@ -6,7 +6,7 @@
\item Encrypted web pages served by Apache via port 443.
In this case, client requests will be for URLs beginning https://.
\item Encrypted internal communication between LON-CAPA servers via port 5663.
-
+\end{itemize}
\textbf{Apache SSL}
@@ -40,12 +40,12 @@
accessible to Apache, and include information about the locations of those files
in a config file containing the following lines:
\begin{quote}
- SSLCertificateFile <path to signed certificate>
+ SSLCertificateFile \textless path to signed certificate\textgreater
\end{quote}
\begin{quote}
- SSLCertificateKeyFile <path to key>
+ SSLCertificateKeyFile \textless path to key\textgreater
\end{quote}
-replacing <path to ...> with the path to the location of the particular file.
+replacing \textless path to ...\textgreater with the path to the location of the particular file.
Which Apache config file contains these entries depends on the distro:
@@ -114,7 +114,7 @@
\end{quote}
\end{itemize}
-If you want to disable rewriting of external web requests to https://, copy
+To disable rewriting of external web requests to https://, copy
rewrites/loncapa\_rewrite\_off.conf to loncapa\_rewrite.conf and reload the web
server.
@@ -130,7 +130,7 @@
\end{quote}
\item SuSE/SLES
\begin{quote}
-yast -\> Security and Users -> Firewall
+yast -\textgreater Security and Users -\textgreater Firewall
\end{quote}
\item Debian 6/Ubuntu LTS
\begin{quote}
@@ -158,8 +158,8 @@
\textbf{Important}: for the Common Name you should enter the lonHostID.
This is displayed on the log-in page (Server: ) and is also an entry in the
-loncapa.conf file in /etc/httpd/conf (CentOS/RedHat/Scientific Linux/Fedora)
-or /etc/apache2 (SuSE/SLES/Debian/Ubuntu LTS). An example would be msul1.
+loncapa.conf file in /etc/httpd/conf (CentOS RedHat Scientific Linux Fedora)
+or /etc/apache2 (SuSE SLES Debian Ubuntu LTS). An example would be msul1.
By running \emph{request\_ssl\_key.sh} you will:
\begin{itemize}