Add new description for "Trust-anchor" feature into Tizen. 31/156431/3
authorsujin921.kim <sujin921.kim@samsung.com>
Wed, 18 Oct 2017 09:12:43 +0000 (18:12 +0900)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 18 Oct 2017 09:47:48 +0000 (12:47 +0300)
PS3: Reviewed

Change-Id: I50d4e2ce93189be1e0f0c2c49682761f23bbf5a9

org.tizen.studio/html/web_tools/config_editor_w.htm

index 24848c6..ed56132 100755 (executable)
         <td style="border:none;"> </td>
         <td colspan="3" style="border:none;"><code>&lt;tizen:setting&gt;</code> (in <a href="#mw_setting">mobile</a> or <a href="#ww_setting">wearable</a>)</td>
     </tr>
+    <tr>
+        <td style="border:none;"> </td>
+        <td colspan="3" style="border:none;"><code><a href="#mw_trust-anchor">&lt;tizen:trust-anchor&gt;</a></code> (in mobile only)</td>
+    </tr>
    </tbody>
   </table>
 
  </tr>
  </tbody></table>
 
+     <h3 id="mw_trust-anchor" name="mw_trust-anchor">Tizen Trust-anchor</h3>
+<table>
+<tbody>
+<tr>
+ <th>&lt;tizen:trust-anchor/&gt; element</th>
+</tr>
+ <tr>
+ <td>Used to assign your own SSL root certificates for the application's HTTPS communication.
+     <p><strong>Occurrences:</strong> </p>
+    <ul>
+       <li>0 or 1</li>
+    </ul>
+     <p><strong>Attributes:</strong> </p>
+      <ul>
+       <li><code>use-system-certs</code><p> Mandatory; indicates whether system certificates are used (available values: <code>true</code>, <code>false</code>)</p></li>
+      </ul><p><strong>Example:</strong> </p>
+<pre class="prettyprint">
+&lt;tizen:trust-anchor use-system-certs="false"/&gt;
+</pre>
+ </td>
+ </tr>
+ </tbody></table>
+
 <h2 id="ww_extend" name="ww_extend">Extending Configuration Elements in Wearable Applications</h2>
  <p>The following sections show additional configuration elements used in the <code>config.xml</code> file of a Web application, but not included in the <a href="https://www.w3.org/TR/2011/REC-widgets-20110927/" target="_blank">Widget Packaging and XML Configuration guidelines</a>. For a quick view of the entire element hierarchy, see <a href="#hierarchy">Configuration Element Hierarchy</a>.</p>