From 35f89559742df4e7dcce4d7b6d1df2e26f39d1c4 Mon Sep 17 00:00:00 2001 From: Aaron Kaplan Date: Mon, 2 Dec 2013 20:38:00 +0100 Subject: [PATCH] add a section on how to read this guide --- src/applied-crypto-hardening.tex | 1 + src/howtoread.tex | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/howtoread.tex diff --git a/src/applied-crypto-hardening.tex b/src/applied-crypto-hardening.tex index 2c7e975..c6e0bda 100644 --- a/src/applied-crypto-hardening.tex +++ b/src/applied-crypto-hardening.tex @@ -201,6 +201,7 @@ morekeywords={__global__, __device__}, % \newpage \tableofcontents \newpage +\input{howtoread} \input{disclaimer} \input{motivation} \input{methods} diff --git a/src/howtoread.tex b/src/howtoread.tex new file mode 100644 index 0000000..13a89a2 --- /dev/null +++ b/src/howtoread.tex @@ -0,0 +1,5 @@ +\section{How to read this guide} + +If you are a system administrator and want to quickly update your services, jump right to section \ref{section:PracticalSettings}. However, we recommend that you take some time and read some of the background information, especially on how to choose your own cipher string in section \ref{section:CipherSuites} and then adapt the settings in section \ref{section:PracticalSettings} to your own needs. + + -- 2.20.1