Compare commits
4 Commits
eb1d988405
...
944b61c3d0
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 944b61c3d0 | |
AJ ONeal | ad577a2f62 | |
AJ ONeal | bf3eeedf2b | |
AJ ONeal | 60a6bed81d |
|
@ -54,7 +54,7 @@ module.exports.merge = function (/*defaults, args*/) {
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.tplCopy = function (copy) {
|
module.exports.tplCopy = function (copy) {
|
||||||
var homedir = require('homedir')();
|
var homedir = require('os').homedir();
|
||||||
var tplKeys;
|
var tplKeys;
|
||||||
|
|
||||||
copy.hostnameGet = function (copy) {
|
copy.hostnameGet = function (copy) {
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "greenlock",
|
"name": "greenlock",
|
||||||
"version": "2.2.12",
|
"version": "2.2.15",
|
||||||
"description": "Let's Encrypt for node.js on npm",
|
"description": "Let's Encrypt for node.js on npm",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -61,20 +61,18 @@
|
||||||
"bluebird": "^3.5.1"
|
"bluebird": "^3.5.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acme-v2": "^1.0.2",
|
"acme-v2": "^1.0.6",
|
||||||
"asn1js": "^1.2.12",
|
"asn1js": "^1.2.12",
|
||||||
"certpem": "^1.0.0",
|
"certpem": "^1.0.0",
|
||||||
"homedir": "^0.6.0",
|
|
||||||
"le-challenge-fs": "^2.0.2",
|
"le-challenge-fs": "^2.0.2",
|
||||||
"le-challenge-sni": "^2.0.0",
|
|
||||||
"le-sni-auto": "^2.1.3",
|
"le-sni-auto": "^2.1.3",
|
||||||
"le-store-certbot": "^2.0.3",
|
"le-store-certbot": "^2.1.0",
|
||||||
"node.extend": "^1.1.5",
|
"node.extend": "^1.1.5",
|
||||||
"pkijs": "^1.3.27",
|
"pkijs": "^1.3.27",
|
||||||
"rsa-compat": "^1.2.1"
|
"rsa-compat": "^1.3.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node" : ">=4.5"
|
"node": ">=4.5"
|
||||||
},
|
},
|
||||||
"gitDependencies": {
|
"gitDependencies": {
|
||||||
"acme-v2": "git+https://git.coolaj86.com/coolaj86/acme-v2.js.git#v1.0",
|
"acme-v2": "git+https://git.coolaj86.com/coolaj86/acme-v2.js.git#v1.0",
|
||||||
|
|
Loading…
Reference in New Issue