From: Aaron Kaplan Date: Sun, 3 Nov 2013 19:49:39 +0000 (+0100) Subject: add README for non-git users X-Git-Url: https://git.bettercrypto.org/ach-master.git/commitdiff_plain/4915408290e0aaeb752a8af9389d58d7cb4cc857 add README for non-git users added apache settings - first version --- diff --git a/README.md b/README.md index 780329b..481596a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -contactdb -========= +HOW TO USE THIS +=============== + +$ git clone https://@rhodecode.plunge.at/ach/ach-master + +where is your username on the server. Ask for write permissions if you need them. + +Anonymous (read-only) git cloning: + + +$ git clone https://rhodecode.plunge.at/ach/ach-master + + + +Committing: + +$ git commit -a +$ git push origin master + + + diff --git a/src/practical_settings.tex b/src/practical_settings.tex index ef63104..c790508 100644 --- a/src/practical_settings.tex +++ b/src/practical_settings.tex @@ -126,7 +126,24 @@ The same data again, specifying the OpenSSL name: Based on this ordering, we can now define the corresponding settings for servers. We will start with the most common web servers -\subsubsection{apache} +\subsubsection{Apache} + +Note: a "\textbackslash" (backslash) denotes a line continuation which was wrapped due to formatting reasons here. Do not copy it verbatim. + +\begin{verbatim} + SSLProtocol ALL -SSLv2 + SSLHonorCipherOrder On + SSLCipherSuite ECDH+AESGCM:DH+AESGCM:\ + ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:\ + DHE-RSA-AES256-SHA256:ECDHE-ECDSA-AES256-SHA:\ + ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:\ + DHE-RSA-CAMELLIA256-SHA:DHE-DSS-CAMELLIA256-SHA:\ + !ADH:!AECDH:!MD5:!DSS +\end{verbatim} + +%XXXX ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AES:RSA+3DES:!ADH:!AECDH:!MD5:!DSS + + \subsubsection{nginx}