From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> CSIS.Encrypt is a boolean so it shall only be set with true/false not yes/no. --- src/main.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.conf b/src/main.conf index d108934a8ae9..085c81a462dd 100644 --- a/src/main.conf +++ b/src/main.conf @@ -270,10 +270,10 @@ # SIRK Encryption # Possible values: -# yes: Encrypt SIRK when read -# no: Do not encrypt SIRK when read. (plaintext) -# Defaults to yes -#Encryption = yes +# true: Encrypt SIRK when read +# false: Do not encrypt SIRK when read. (plaintext) +# Defaults to true +#Encryption = true # Total no of sets belongs to this Profile # Defaults to 0 -- 2.41.0