[Title] cli: updated sample profiles
authorJihoon Song <jihoon80.song@samsung.com>
Mon, 10 Jun 2013 02:46:43 +0000 (11:46 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Mon, 10 Jun 2013 02:46:43 +0000 (11:46 +0900)
[Desc.]
[Issue] TDIS-5799

Change-Id: I9c2c35dbafa55b2e57d21515e690db99e206c91a

org.tizen.cli/doc/install/sample/profiles.xml
org.tizen.cli/doc/install/sample/samsung.devmode.sdk.cert.p12 [deleted file]
org.tizen.cli/doc/install/sample/tizen.p12 [new file with mode: 0644]

index 82d93fe..bf105a6 100644 (file)
@@ -1,7 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <profiles>
        <profile name="test">
-               <profileitem author="true" identifier="%a:%f:%w:%h:%t" key="/home/tizen/cli/sample/samsung.devmode.sdk.cert.p12"/>
-               <profileitem author="false" identifier="%a:%f:%w:%h:%t" key="/home/tizen/cli/sample/samsung.devmode.sdk.cert.p12"/>
+               <profileitem author="true"
+                       ca="/home/tizen/tools/certificate-generator/certificates/developer/tizen-developer-ca.cer"
+                       key="/home/tizen/tools/sample/tizen.p12"
+                       password=""
+                       rootca="" />
+               <profileitem author="false"
+                       ca="/home/tizen/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer"
+                       key="/home/tizen/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12"
+                       password="tizenpkcs12passfordsigner"
+                       rootca="" />
        </profile>
 </profiles>
diff --git a/org.tizen.cli/doc/install/sample/samsung.devmode.sdk.cert.p12 b/org.tizen.cli/doc/install/sample/samsung.devmode.sdk.cert.p12
deleted file mode 100644 (file)
index 8302b60..0000000
Binary files a/org.tizen.cli/doc/install/sample/samsung.devmode.sdk.cert.p12 and /dev/null differ
diff --git a/org.tizen.cli/doc/install/sample/tizen.p12 b/org.tizen.cli/doc/install/sample/tizen.p12
new file mode 100644 (file)
index 0000000..a9e78f3
Binary files /dev/null and b/org.tizen.cli/doc/install/sample/tizen.p12 differ