This commit is contained in:
AJ ONeal 2015-12-16 02:58:53 +00:00
parent 8102cc11a0
commit 36e1adfaa2
4 changed files with 3 additions and 5 deletions

View File

@ -10,8 +10,6 @@ module.exports.create = function (deps) {
var knownUrls = deps.LeCore.knownEndpoints; var knownUrls = deps.LeCore.knownEndpoints;
function getAcmeUrls(acmeDiscoveryUrl, cb) { function getAcmeUrls(acmeDiscoveryUrl, cb) {
console.log('acmeDiscoveryUrl');
console.log(acmeDiscoveryUrl);
// TODO check response header on request for cache time // TODO check response header on request for cache time
return request({ return request({

View File

@ -1,5 +1,5 @@
/*! /*!
* letsencrypt-core * letiny-core
* Copyright(c) 2015 AJ ONeal <aj@daplie.com> https://daplie.com * Copyright(c) 2015 AJ ONeal <aj@daplie.com> https://daplie.com
* Apache-2.0 OR MIT (and hence also MPL 2.0) * Apache-2.0 OR MIT (and hence also MPL 2.0)
*/ */

View File

@ -1,5 +1,5 @@
/*! /*!
* letsencrypt-core * letiny-core
* Copyright(c) 2015 AJ ONeal <aj@daplie.com> https://daplie.com * Copyright(c) 2015 AJ ONeal <aj@daplie.com> https://daplie.com
* Apache-2.0 OR MIT (and hence also MPL 2.0) * Apache-2.0 OR MIT (and hence also MPL 2.0)
*/ */

View File

@ -1,5 +1,5 @@
/*! /*!
* letsencrypt-core * letiny-core
* Copyright(c) 2015 AJ ONeal <aj@daplie.com> https://daplie.com * Copyright(c) 2015 AJ ONeal <aj@daplie.com> https://daplie.com
* Apache-2.0 OR MIT (and hence also MPL 2.0) * Apache-2.0 OR MIT (and hence also MPL 2.0)
*/ */