From 36e1adfaa22fc39c5d30dbd95b5638053013ca7a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 16 Dec 2015 02:58:53 +0000 Subject: [PATCH] updates --- lib/get-acme-urls.js | 2 -- lib/letsencrypt-node-crypto.js | 2 +- lib/letsencrypt-ursa.js | 2 +- lib/node.js | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/get-acme-urls.js b/lib/get-acme-urls.js index e750583..becc9bc 100644 --- a/lib/get-acme-urls.js +++ b/lib/get-acme-urls.js @@ -10,8 +10,6 @@ module.exports.create = function (deps) { var knownUrls = deps.LeCore.knownEndpoints; function getAcmeUrls(acmeDiscoveryUrl, cb) { - console.log('acmeDiscoveryUrl'); - console.log(acmeDiscoveryUrl); // TODO check response header on request for cache time return request({ diff --git a/lib/letsencrypt-node-crypto.js b/lib/letsencrypt-node-crypto.js index 33d8005..4fa25e4 100644 --- a/lib/letsencrypt-node-crypto.js +++ b/lib/letsencrypt-node-crypto.js @@ -1,5 +1,5 @@ /*! - * letsencrypt-core + * letiny-core * Copyright(c) 2015 AJ ONeal https://daplie.com * Apache-2.0 OR MIT (and hence also MPL 2.0) */ diff --git a/lib/letsencrypt-ursa.js b/lib/letsencrypt-ursa.js index 04e75a1..b0cecd8 100644 --- a/lib/letsencrypt-ursa.js +++ b/lib/letsencrypt-ursa.js @@ -1,5 +1,5 @@ /*! - * letsencrypt-core + * letiny-core * Copyright(c) 2015 AJ ONeal https://daplie.com * Apache-2.0 OR MIT (and hence also MPL 2.0) */ diff --git a/lib/node.js b/lib/node.js index fe8ad1e..b076afc 100644 --- a/lib/node.js +++ b/lib/node.js @@ -1,5 +1,5 @@ /*! - * letsencrypt-core + * letiny-core * Copyright(c) 2015 AJ ONeal https://daplie.com * Apache-2.0 OR MIT (and hence also MPL 2.0) */