From ed06c7e79eda0f7709354916cbdc9643fb11d40e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 25 Apr 2017 14:32:46 -0600 Subject: [PATCH] use localhost.daplie.me-certificates --- bin/stunneld.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/stunneld.js b/bin/stunneld.js index b48888b..0275cfc 100755 --- a/bin/stunneld.js +++ b/bin/stunneld.js @@ -113,7 +113,7 @@ if (!program.secret) { } // TODO letsencrypt -program.tlsOptions = require('localhost.daplie.com-certificates').merge({}); +program.tlsOptions = require('localhost.daplie.me-certificates').merge({}); function approveDomains(opts, certs, cb) { // This is where you check your database and associated diff --git a/package.json b/package.json index a4e2173..a23f0fa 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "commander": "^2.9.0", "greenlock": "^2.1.12", "jsonwebtoken": "^7.1.9", - "localhost.daplie.com-certificates": "^1.2.3", + "localhost.daplie.me-certificates": "^1.3.0", "redirect-https": "^1.1.0", "sni": "^1.0.0", "tunnel-packer": "^1.0.0",