Turning ON the mutual TLS

This commit sets the mutual TLS option to ON by default.

Core mTLS implementation was accepted under this commit:

   https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/23588

where by default the mTLS was disabled.

Tested:
   Manual tests were made to verify if this option turns the
   mTLS ON.

Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: I3bc5f5453d4c4df1cd7ecb0b8868423285b6ab83
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9303e4d..22bc6ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,7 +86,7 @@
     BMCWEB_ENABLE_MUTUAL_TLS_AUTHENTICATION
     "Enables authenticating users through TLS client certificates.
     The BMCWEB_INSECURE_DISABLE_SSL must be OFF for this option to take effect."
-    OFF
+    ON
 )
 
 # Insecure options.  Every option that starts with a BMCWEB_INSECURE flag should