[devtools][cli] update certificate, security-profiles syntax of Command Line Interface
authorHyunjin Lee <hj816.lee@samsung.com>
Wed, 7 Oct 2015 03:43:02 +0000 (12:43 +0900)
committerHyunjin Lee <hj816.lee@samsung.com>
Wed, 7 Oct 2015 03:43:02 +0000 (12:43 +0900)
Change-Id: I6b426b0612ef347d32f25f1db01caaab54b81fe1
Signed-off-by: Hyunjin Lee <hj816.lee@samsung.com>
org.tizen.devtools/html/native_tools/command_line_interface_n.htm
org.tizen.devtools/html/web_tools/command_line_interface_w.htm

index 9ac1562..c277554 100644 (file)
@@ -255,22 +255,22 @@ $ tizen clean -- /home/workspace/basic
 <!-- cert start -->
    <tr id="tizen_certificate">
      <td><!-- Command --><span style="font-family: Courier New,Courier,monospace">tizen certificate</span> </td>
-     <td><!-- Options --><pre class="prettyprint">tizen certificate [-a | --alias &ltAlias name&gt] [-p | --password &ltPassword&gt] [-c | --country &ltCountry Name&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-s | --state &ltState&gt] [-ct | --city &ltCity&gt] [-o | --organization &ltOrganization&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-u | --unit &ltOrganization Unit&gt] [-n | --name &ltYour Name&gt] [-e | --email &ltEmail&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-f | --filename &ltFilename&gt] [--]</pre>
+     <td><!-- Options --><pre class="prettyprint"><b>tizen certificate</b> [<i>-a &ltAlias name&gt</i>] [<i>-p &ltPassword&gt</i>] [<i>-c &ltCountry Name&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-s &ltState&gt</i>] [<i>-ct &ltCity&gt</i>] [<i>-o &ltOrganization&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-u &ltOrganization Unit&gt</i>] [<i>-n &ltYour Name&gt</i>] [<i>-e &ltEmail&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-f &ltFilename&gt</i>] [<i>--</i>]</pre>
 <ul>
-  <li><span style="font-family: Courier New,Courier,monospace;">-a, --alias</span>:<p><font color=red>Required</font>. Specifies an alias name of the certficiate.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-p, --password</span>:<p><font color=red>Required</font>. Specifies the key password of the user account.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-c, --country</span>:<p>Specifies user's country code which consists of two letters.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-s, --state</span>:<p>Specifies user's state.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-ct, --city</span>:<p>Specifies user's city.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-o, --organization</span>:<p>Specifies user's organization.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-u, --unit</span>:<p>Specifies user's organization unit.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Specifies user's name.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-e, --email</span>:<p>Specifies user's email.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-f, --filename</span>:<p>Specifies the filename without a file extension. A certificate file is created with the file name.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">author</span>', the default of the file name, is used on creating the certificate file.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the output directory path.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/author/</span>', the default of the output directory path, is used on saving the certificate file.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-a, --alias</b></span>:<p>Specifies an alias name of the certficiate.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --password</b></span>:<p>Specifies the key password of the user account.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-c, --country</b></span>:<p>Specifies user's country code which consists of two letters.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-s, --state</b></span>:<p>Specifies user's state.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-ct, --city</b></span>:<p>Specifies user's city.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-o, --organization</b></span>:<p>Specifies user's organization.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-u, --unit</b></span>:<p>Specifies user's organization unit.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Specifies user's name.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-e, --email</b></span>:<p>Specifies user's email.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-f, --filename</b></span>:<p>Specifies the filename without a file extension. A certificate file is created with the file name.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">author</span>', the default of the file name, is used on creating the certificate file.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the output directory path.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/author/</span>', the default of the output directory path, is used on saving the certificate file.</p></li>
 </ul>
      </td>
      <td><!-- Description -->
@@ -311,37 +311,37 @@ mycert.p12
    <tr id="tizen_securityprofiles">
      <td><!-- Command --><span style="font-family: Courier New,Courier,monospace">tizen security-profiles</span> </td>
      <td><!-- Options -->
-       <pre class="prettyprint">tizen security-profiles add [-n | --name &ltsecurity profile name&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-a | --path &ltauthor certificate path&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-p | --password &ltauthor password&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-c | --ca &ltauthor CA certificate path&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-r | --rootca &ltauthor root CA certificate path&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-d | --dist &ltdistributor1 certificate path&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dp | --dist-password &ltdistributor1 password&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dc | --dist-ca &ltdistributor1 CA certificate path&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dr | --dist-rootca &ltdistributor1 root CA certificate path&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[--]</pre>
+       <pre class="prettyprint"><b>tizen security-profiles add</b> [<i>-n &ltsecurity profile name&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-a &ltauthor certificate path&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-p &ltauthor password&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-c &ltauthor CA certificate path&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-r &ltauthor root CA certificate path&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-d &ltdistributor1 certificate path&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-dp &ltdistributor1 password&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-dc &ltdistributor1 CA certificate path&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-dr &ltdistributor1 root CA certificate path&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>--</i>]</pre>
        <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p><font color='red'>Required</font>. Specifies the name of the security profile to add.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-a, --path</span>:<p><font color='red'>Required</font>. Specifies the directory path where the author certificate file is located. The format of the certificate is PKCS#12, of which file extension is '<span style="font-family: Courier New,Courier,monospace">.p12</span>'.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-p, --password</span>:<p><font color='red'>Required</font>. Specifies the password used to access the author certificate.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-c, --ca</span>:<p>Specifies the directory path where the author CA certificate file is located. The file extension of the CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-r, --rootca</span>:<p>Specifies the directory path where the author Root CA certificate file is located. The file extension of the Root CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-d, --dist</span>:<p>Specifies the directory path where the distributor certificate file is located.</p><p>If you skip this option, the default distributor certificate file embedded in Tizen SDK will be used.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-dp, --dist-password</span>:<p>Specifies the password of the distributor certificate.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-dc, --dist-ca</span>:<p>Specifies the directory path where the distributor CA certificate file is located.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-dr, --dist-rootca</span>:<p>Specifies the directory path where the distributor Root CA certificate file is located.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml' which consists of new security profiles will be generated in '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/</span>', and then the directory path is added to the CLI configuration.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Specifies the name of the security profile to add.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-a, --path</b></span>:<p>Specifies the directory path where the author certificate file is located. The format of the certificate is PKCS#12, of which file extension is '<span style="font-family: Courier New,Courier,monospace">.p12</span>'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --password</b></span>:<p>Specifies the password used to access the author certificate.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-c, --ca</b></span>:<p>Specifies the directory path where the author CA certificate file is located. The file extension of the CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-r, --rootca</b></span>:<p>Specifies the directory path where the author Root CA certificate file is located. The file extension of the Root CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-d, --dist</b></span>:<p>Specifies the directory path where the distributor certificate file is located.</p><p>If you skip this option, the default distributor certificate file embedded in Tizen SDK will be used.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-dp, --dist-password</b></span>:<p>Specifies the password of the distributor certificate.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-dc, --dist-ca</b></span>:<p>Specifies the directory path where the distributor CA certificate file is located.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-dr, --dist-rootca</b></span>:<p>Specifies the directory path where the distributor Root CA certificate file is located.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml' which consists of new security profiles will be generated in '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/</span>', and then the directory path is added to the CLI configuration.</p></li>
        </ul><br>
-       <pre class="prettyprint">tizen security-profiles list [-n | --name &ltsecurity profile name&gt] [--]</pre>
+       <pre class="prettyprint"><b>tizen security-profiles list</b> [<i>-n &ltsecurity profile name&gt</i>] [<i>--</i>]</pre>
        <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Displays the detailed information of the profile which its name is specified by <i>security profile name</i> argument.</p><p>If you skip this option, a set of the security-profile names in the 'profiles.xml' is displayed.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Displays the detailed information of the profile which its name is specified by <i>security profile name</i> argument.</p><p>If you skip this option, a set of the security-profile names in the 'profiles.xml' is displayed.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
        </ul><br>
-       <pre class="prettyprint">tizen security-profiles remove [-n | --name &ltsecurity profile name&gt] [--]</pre>
+       <pre class="prettyprint"><b>tizen security-profiles remove</b> [<i>-n &ltsecurity profile name&gt</i>] [<i>--</i>]</pre>
        <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p><font color='red'>Required</font>. Specifies the name of the security profile to remove.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Specifies the name of the security profile to remove.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
        </ul>
      </td>
      <td><!-- Description -->
index fb12528..14c6a8c 100644 (file)
@@ -253,22 +253,22 @@ $ tizen clean -- /home/workspace/basic
 <!-- cert start -->
    <tr id="mw_certificate">
      <td><!-- Command --><span style="font-family: Courier New,Courier,monospace">tizen certificate</span> </td>
-     <td><!-- Options --><pre class="prettyprint">tizen certificate [-a | --alias &ltAlias name&gt] [-p | --password &ltPassword&gt] [-c | --country &ltCountry Name&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-s | --state &ltState&gt] [-ct | --city &ltCity&gt] [-o | --organization &ltOrganization&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-u | --unit &ltOrganization Unit&gt] [-n | --name &ltYour Name&gt] [-e | --email &ltEmail&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-f | --filename &ltFilename&gt] [--]</pre>
+     <td><!-- Options --><pre class="prettyprint"><b>tizen certificate</b> [<i>-a &ltAlias name&gt</i>] [<i>-p &ltPassword&gt</i>] [<i>-c &ltCountry Name&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-s &ltState&gt</i>] [<i>-ct &ltCity&gt</i>] [<i>-o &ltOrganization&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-u &ltOrganization Unit&gt</i>] [<i>-n &ltYour Name&gt</i>] [<i>-e &ltEmail&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-f &ltFilename&gt</i>] [<i>--</i>]</pre>
 <ul>
-  <li><span style="font-family: Courier New,Courier,monospace;">-a, --alias</span>:<p><font color=red>Required</font>. Specifies an alias name of the certficiate.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-p, --password</span>:<p><font color=red>Required</font>. Specifies the key password of the user account.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-c, --country</span>:<p>Specifies user's country code which consists of two letters.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-s, --state</span>:<p>Specifies user's state.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-ct, --city</span>:<p>Specifies user's city.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-o, --organization</span>:<p>Specifies user's organization.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-u, --unit</span>:<p>Specifies user's organization unit.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Specifies user's name.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-e, --email</span>:<p>Specifies user's email.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">-f, --filename</span>:<p>Specifies the filename without a file extension. A certificate file is created with the file name.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">author</span>', the default of the file name, is used on creating the certificate file.</p></li>
-  <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the output directory path.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/author/</span>', the default of the output directory path, is used on saving the certificate file.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-a, --alias</b></span>:<p>Specifies an alias name of the certficiate.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --password</b></span>:<p>Specifies the key password of the user account.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-c, --country</b></span>:<p>Specifies user's country code which consists of two letters.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-s, --state</b></span>:<p>Specifies user's state.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-ct, --city</b></span>:<p>Specifies user's city.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-o, --organization</b></span>:<p>Specifies user's organization.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-u, --unit</b></span>:<p>Specifies user's organization unit.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Specifies user's name.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-e, --email</b></span>:<p>Specifies user's email.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>-f, --filename</b></span>:<p>Specifies the filename without a file extension. A certificate file is created with the file name.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">author</span>', the default of the file name, is used on creating the certificate file.</p></li>
+  <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the output directory path.</p><p>If you skip this option, '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/author/</span>', the default of the output directory path, is used on saving the certificate file.</p></li>
 </ul>
      </td>
      <td><!-- Description -->
@@ -309,37 +309,37 @@ mycert.p12
    <tr id="mw_securityprofiles">
      <td><!-- Command --><span style="font-family: Courier New,Courier,monospace">tizen security-profiles</span> </td>
      <td><!-- Options -->
-       <pre class="prettyprint">tizen security-profiles add [-n | --name &ltsecurity profile name&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-a | --path &ltauthor certificate path&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-p | --password &ltauthor password&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-c | --ca &ltauthor CA certificate path&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-r | --rootca &ltauthor root CA certificate path&gt]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-d | --dist &ltdistributor1 certificate path&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dp | --dist-password &ltdistributor1 password&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dc | --dist-ca &ltdistributor1 CA certificate path&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dr | --dist-rootca &ltdistributor1 root CA certificate path&gt][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[--]</pre>
+       <pre class="prettyprint"><b>tizen security-profiles add</b> [<i>-n &ltsecurity profile name&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-a &ltauthor certificate path&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-p &ltauthor password&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-c &ltauthor CA certificate path&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-r &ltauthor root CA certificate path&gt</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-d &ltdistributor1 certificate path&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-dp &ltdistributor1 password&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-dc &ltdistributor1 CA certificate path&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[<i>-dr &ltdistributor1 root CA certificate path&gt</i>][<i>...</i>]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>--</i>]</pre>
        <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p><font color='red'>Required</font>. Specifies the name of the security profile to add.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-a, --path</span>:<p><font color='red'>Required</font>. Specifies the directory path where the author certificate file is located. The format of the certificate is PKCS#12, of which file extension is '<span style="font-family: Courier New,Courier,monospace">.p12</span>'.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-p, --password</span>:<p><font color='red'>Required</font>. Specifies the password used to access the author certificate.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-c, --ca</span>:<p>Specifies the directory path where the author CA certificate file is located. The file extension of the CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-r, --rootca</span>:<p>Specifies the directory path where the author Root CA certificate file is located. The file extension of the Root CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-d, --dist</span>:<p>Specifies the directory path where the distributor certificate file is located.</p><p>If you skip this option, the default distributor certificate file embedded in Tizen SDK will be used.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-dp, --dist-password</span>:<p>Specifies the password of the distributor certificate.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-dc, --dist-ca</span>:<p>Specifies the directory path where the distributor CA certificate file is located.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">-dr, --dist-rootca</span>:<p>Specifies the directory path where the distributor Root CA certificate file is located.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml' which consists of new security profiles will be generated in '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/</span>', and then the directory path is added to the CLI configuration.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Specifies the name of the security profile to add.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-a, --path</b></span>:<p>Specifies the directory path where the author certificate file is located. The format of the certificate is PKCS#12, of which file extension is '<span style="font-family: Courier New,Courier,monospace">.p12</span>'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --password</b></span>:<p>Specifies the password used to access the author certificate.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-c, --ca</b></span>:<p>Specifies the directory path where the author CA certificate file is located. The file extension of the CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-r, --rootca</b></span>:<p>Specifies the directory path where the author Root CA certificate file is located. The file extension of the Root CA certificate is '<span style="font-family: Courier New,Courier,monospace">.cer</span>'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-d, --dist</b></span>:<p>Specifies the directory path where the distributor certificate file is located.</p><p>If you skip this option, the default distributor certificate file embedded in Tizen SDK will be used.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-dp, --dist-password</b></span>:<p>Specifies the password of the distributor certificate.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-dc, --dist-ca</b></span>:<p>Specifies the directory path where the distributor CA certificate file is located.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-dr, --dist-rootca</b></span>:<p>Specifies the directory path where the distributor Root CA certificate file is located.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml' which consists of new security profiles will be generated in '<span style="font-family: Courier New,Courier,monospace;">&ltSDK Data&gt/keystore/</span>', and then the directory path is added to the CLI configuration.</p></li>
        </ul><br>
-       <pre class="prettyprint">tizen security-profiles list [-n | --name &ltsecurity profile name&gt] [--]</pre>
+       <pre class="prettyprint"><b>tizen security-profiles list</b> [<i>-n &ltsecurity profile name&gt</i>] [<i>--</i>]</pre>
        <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Displays the detailed information of the profile which its name is specified by <i>security profile name</i> argument.</p><p>If you skip this option, a set of the security-profile names in the 'profiles.xml' is displayed.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Displays the detailed information of the profile which its name is specified by <i>security profile name</i> argument.</p><p>If you skip this option, a set of the security-profile names in the 'profiles.xml' is displayed.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
        </ul><br>
-       <pre class="prettyprint">tizen security-profiles remove [-n | --name &ltsecurity profile name&gt] [--]</pre>
+       <pre class="prettyprint"><b>tizen security-profiles remove</b> [<i>-n &ltsecurity profile name&gt</i>] [<i>--</i>]</pre>
        <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p><font color='red'>Required</font>. Specifies the name of the security profile to remove.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:<p>Specifies the name of the security profile to remove.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:<p>Specifies the directory path where 'profiles.xml' is located.</p><p>If you skip this option, the value of '<span style="font-family: Courier New,Courier,monospace">default.profiles.path</span>' key in the CLI configuration will be used on finding the 'profiles.xml'.</p></li>
        </ul>
      </td>
      <td><!-- Description -->