Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C68310C55 for ; Sun, 10 Nov 2013 20:11:14 +0000 (UTC) Received: (qmail 8589 invoked by uid 500); 10 Nov 2013 20:11:14 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 8569 invoked by uid 500); 10 Nov 2013 20:11:14 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 8562 invoked by uid 99); 10 Nov 2013 20:11:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Nov 2013 20:11:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8E18D8216B0; Sun, 10 Nov 2013 20:11:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: bhiggins@apache.org To: commits@cordova.apache.org Message-Id: <56becd5b5ee74f57a61c2ae8f4b3dfec@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: docs commit: CB-5333 [BlackBerry10] Update platform guide for bbid signing keys Date: Sun, 10 Nov 2013 20:11:13 +0000 (UTC) Updated Branches: refs/heads/master 93b93efcb -> 29a1cb10a CB-5333 [BlackBerry10] Update platform guide for bbid signing keys Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/29a1cb10 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/29a1cb10 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/29a1cb10 Branch: refs/heads/master Commit: 29a1cb10a93b41171038a9c11accebb22ccfca16 Parents: 93b93ef Author: Bryan Higgins Authored: Sun Nov 10 15:09:10 2013 -0500 Committer: Bryan Higgins Committed: Sun Nov 10 15:10:51 2013 -0500 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/blackberry10/index.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/29a1cb10/docs/en/edge/guide/platforms/blackberry10/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/blackberry10/index.md b/docs/en/edge/guide/platforms/blackberry10/index.md index e0b0aaf..b34700d 100644 --- a/docs/en/edge/guide/platforms/blackberry10/index.md +++ b/docs/en/edge/guide/platforms/blackberry10/index.md @@ -68,15 +68,18 @@ On Mac and Linux: If you wish to test on a device or distribute apps through BlackBerry World, your system must be setup for code signing. -To obtain a signing key, go to the BlackBerry website and make sure to -retain the password you specify. Then run the `blackberry-signer` -utility that is included with the BlackBerry Native SDK. +To obtain a signing key, go to the [BlackBerry Keys Order Form] (https://www.blackberry.com/SignedKeys/codesigning.html). -Detailed instuctions can be found here: +Select the first checkbox: "for BlackBerry10 apps developed using BlackBerry +NDK" and then sign in or create a BBID. -* [Register for your code signing key.](https://www.blackberry.com/SignedKeys/codesigning.html) +Enter a password and click "Get Token" to download bbidtoken.csk. Save this +file to the default location for your OS which will be displayed on the +download page. -* [Set up your system for code signing.](https://developer.blackberry.com/html5/documentation/signing_setup_bb10_apps_2008396_11.html) +The final step is to generate a signing certificate: + + $ blackberry-keytool -genkeypair -storepass -author 'Your Name’ ## Create a Project