main.conf: Fix documention of CSIS.Encrypt
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 7 Sep 2023 19:39:53 +0000 (12:39 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:04 +0000 (19:04 +0530)
CSIS.Encrypt is a boolean so it shall only be set with true/false not
yes/no.

src/main.conf

index eea2d719c373e31f039d1dcc85bf01f05c741c10..289e9cd5bdc188945ac40689d141a9ff3e97ecf6 100755 (executable)
 
 # 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