Просмотр исходного кода

crypto config: update man pages and examples

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Fabio M. Di Nitto 13 лет назад
Родитель
Сommit
ebb007a16c
3 измененных файлов с 3 добавлено и 0 удалено
  1. 1 0
      conf/corosync.conf.example
  2. 1 0
      conf/corosync.xml.example
  3. 1 0
      man/corosync.conf.5

+ 1 - 0
conf/corosync.conf.example

@@ -5,6 +5,7 @@ totem {
 	# crypto_cipher and crypto_hash: Used for mutual node authentication.
 	# crypto_cipher and crypto_hash: Used for mutual node authentication.
 	# If you choose to enable this, then do remember to create a shared
 	# If you choose to enable this, then do remember to create a shared
 	# secret with "corosync-keygen".
 	# secret with "corosync-keygen".
+	# enabling crypto_cipher, requires also enabling of crypto_hash.
 	crypto_cipher: none
 	crypto_cipher: none
 	crypto_hash: none
 	crypto_hash: none
 
 

+ 1 - 0
conf/corosync.xml.example

@@ -13,6 +13,7 @@
 	Used for mutual node authentication. If you choose to
 	Used for mutual node authentication. If you choose to
 	enable this, then do remember to create a shared
 	enable this, then do remember to create a shared
 	secret with "corosync-keygen".
 	secret with "corosync-keygen".
+	enabling crypto_cipher, requires also enabling of crypto_hash.
 -->
 -->
 <totem version="2" crypto_cipher="none" crypto_hash="none">
 <totem version="2" crypto_cipher="none" crypto_hash="none">
     <!--
     <!--

+ 1 - 0
man/corosync.conf.5

@@ -177,6 +177,7 @@ The default is sha1.
 crypto_cipher
 crypto_cipher
 This specifies which cipher should be used to encrypt all messages.
 This specifies which cipher should be used to encrypt all messages.
 Valid values are none (no encryption), aes256, aes192, aes128 and 3des.
 Valid values are none (no encryption), aes256, aes192, aes128 and 3des.
+Enabling crypto_cipher, requires also enabling of crypto_hash.
 
 
 The default is aes256.
 The default is aes256.