]> git.sur5r.net Git - bacula/docs/commitdiff
Add documentation about PkiCipher and PkiDigest
authorEric Bollengier <eric@baculasystems.com>
Tue, 10 Dec 2013 20:07:56 +0000 (21:07 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Feb 2014 03:38:26 +0000 (04:38 +0100)
docs/manuals/en/main/filedconf.tex

index bcacc3a27a6ff7341684afbab011645d4500a3df..485cf9a1bebc3b61167f8c5bd5a99efe535ffe45 100644 (file)
@@ -250,6 +250,26 @@ You may specify the following speed parameter modifiers:
    (Linux, ...) that provide the {\bf setsockopt} TCP\_KEEPIDLE function.
    The default value is zero, which means no change is made to the socket.
 
+\label{FileDaemon:FileDaemon:PkiCipher}
+\item[PKI Cipher] 
+
+  This directive is optional and if specified will configure the data
+  encryption to use a specific cipher. The default cipher is AES 128 CBC.
+
+  \smallskip{}
+
+  The following ciphers are available: aes128, aes192, aes256 and blowfish
+
+\label{FileDaemon:FileDaemon:PkiDigest}
+\item[PKI Digest] 
+
+  This directive is optional and if specified will configure the data
+  encryption to use a specific digest algorithm. The default cipher is SHA1 or
+  SHA256 depending on the version of OpenSSL.
+
+  \smallskip{}
+
+  The following digest are available: md5, sha1, sha256.
 
 \item [PKI Encryption]
   See the \ilink{Data Encryption}{DataEncryption} chapter of this manual.