From 8b6b3ae1423ea3f3b2b7dbde1d45583c2616baf6 Mon Sep 17 00:00:00 2001 From: "sujin921.kim" Date: Wed, 18 Oct 2017 18:12:43 +0900 Subject: [PATCH] Add new description for "Trust-anchor" feature into Tizen. PS3: Reviewed Change-Id: I50d4e2ce93189be1e0f0c2c49682761f23bbf5a9 --- .../html/web_tools/config_editor_w.htm | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/org.tizen.studio/html/web_tools/config_editor_w.htm b/org.tizen.studio/html/web_tools/config_editor_w.htm index 24848c6..ed56132 100755 --- a/org.tizen.studio/html/web_tools/config_editor_w.htm +++ b/org.tizen.studio/html/web_tools/config_editor_w.htm @@ -313,6 +313,10 @@ <tizen:setting> (in mobile or wearable) + + + <tizen:trust-anchor> (in mobile only) + @@ -908,6 +912,29 @@ +

Tizen Trust-anchor

+ + + + + + + + +
<tizen:trust-anchor/> element
Used to assign your own SSL root certificates for the application's HTTPS communication. +

Occurrences:

+
    +
  • 0 or 1
  • +
+

Attributes:

+
    +
  • use-system-certs

    Mandatory; indicates whether system certificates are used (available values: true, false)

  • +

Example:

+
+<tizen:trust-anchor use-system-certs="false"/>
+
+
+

Extending Configuration Elements in Wearable Applications

The following sections show additional configuration elements used in the config.xml file of a Web application, but not included in the Widget Packaging and XML Configuration guidelines. For a quick view of the entire element hierarchy, see Configuration Element Hierarchy.

-- 2.7.4