]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manual/dataencryption.tex
Another mega patch. Sorry it includes so many unrelated changes.
[bacula/docs] / docs / manual / dataencryption.tex
index a489a4fe2bd42300bb9cdad502d9bfee822c96e2..d9a294af6796293f8bc60d50b9f36a31512f52c9 100644 (file)
@@ -1,10 +1,9 @@
 
-\section*{Bacula -- Data Encryption}
+\chapter{Data Encryption}
 \label{DataEncryption}
 \index[general]{Data Encryption}
 \index[general]{Encryption!Data}
 \index[general]{Data Encryption}
-\addcontentsline{toc}{section}{Data Encryption}
 
 Bacula permits file data encryption and signing within the File Daemon (or
 Client) prior to sending data to the Storage Daemon.  Upon restoration,
@@ -64,9 +63,8 @@ daemon, any master keys).
 \end{enumerate}
 
 
-\subsection*{Building Bacula with Encryption Support}
+\section{Building Bacula with Encryption Support}
 \index[general]{Building Bacula with Encryption Support}
-\addcontentsline{toc}{subsection}{Building Bacula with Encryption Support}
 
 The configuration option for enabling OpenSSL encryption support has not changed
 since Bacula 1.38. To build Bacula with encryption support, you will need
@@ -76,9 +74,8 @@ the OpenSSL libraries and headers installed.  When configuring Bacula, use:
    ./configure --with-openssl ...
 \end{verbatim}
 
-\subsection*{Encryption Technical Details}
+\section{Encryption Technical Details}
 \index[general]{Encryption Technical Details}
-\addcontentsline{toc}{subsection}{Encryption Technical Details}
 
 The implementation uses 128bit AES-CBC, with RSA encrypted symmetric
 session keys. The RSA key is user supplied.
@@ -114,9 +111,8 @@ directly was not possible, as at the time of coding a free software
 streaming DER decoder/encoder was not available.
 
 
-\subsection*{Generating Private/Public Encryption Keypairs}
+\section{Generating Private/Public Encryption Keys}
 \index[general]{Generating Private/Public Encryption Keypairs}
-\addcontentsline{toc}{subsection}{Generating Private/Public Encryption Keypairs}
 
 Generate a Master Key Pair with:
 
@@ -138,11 +134,10 @@ Generate  a File Daemon Key Pair for each FD:
 \normalsize
 
 
-\subsection*{Example Data Encryption Configuration}
+\section{Example Data Encryption Configuration}
 \index[general]{Example!File Daemon Configuration File}
 \index[general]{Example!Data Encryption Configuration File}
 \index[general]{Example Data Encryption Configuration}
-\addcontentsline{toc}{subsection}{Example Data Encryption Configuration}
 
     
 {\bf bacula-fd.conf}