Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5BB617BB0 for ; Tue, 20 Jan 2015 20:27:59 +0000 (UTC) Received: (qmail 90728 invoked by uid 500); 20 Jan 2015 20:27:57 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 90687 invoked by uid 500); 20 Jan 2015 20:27:57 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 90676 invoked by uid 99); 20 Jan 2015 20:27:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2015 20:27:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C1416E03E3; Tue, 20 Jan 2015 20:27:56 +0000 (UTC) From: kirkshoop To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-windows pull request: CB-8307 - new 10yr cert and tools to... Content-Type: text/plain Date: Tue, 20 Jan 2015 20:27:56 +0000 (UTC) GitHub user kirkshoop opened a pull request: https://github.com/apache/cordova-windows/pull/55 CB-8307 - new 10yr cert and tools to generate as needed This change introduces a new certificate valid for 10 years. The certificate will be updated for another 10 years on each 'npm install' (with no arguments) The idea is to ensure that each published release contains a certificate that will be valid for 10 years from the release. The keys are included because generating new keys is slow. Generating a new cert is fast. The keys can be regenerated, and used to make a new certificate, with 'npm run-script generatekey' You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-windows CB-8307 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-windows/pull/55.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #55 ---- commit 7261deb6cf194f2c8118b4f35ccf4edcfb3b4386 Author: Kirk Shoop (MS OPEN TECH) Date: 2015-01-14T18:51:12Z CB-8307 - new 10yr cert and tools to generate as needed ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org