From: sujin921.kim Date: Wed, 18 Oct 2017 09:12:43 +0000 (+0900) Subject: Add new description for "Trust-anchor" feature into Tizen. X-Git-Tag: MD/guides-dotnet~67^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F156431%2F3;p=sdk%2Fonline-doc.git Add new description for "Trust-anchor" feature into Tizen. PS3: Reviewed Change-Id: I50d4e2ce93189be1e0f0c2c49682761f23bbf5a9 --- 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.