use localhost.daplie.me-certificates

这个提交包含在:
AJ ONeal 2017-04-25 14:32:46 -06:00
父节点 b200721a5b
当前提交 ed06c7e79e
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -113,7 +113,7 @@ if (!program.secret) {
} }
// TODO letsencrypt // TODO letsencrypt
program.tlsOptions = require('localhost.daplie.com-certificates').merge({}); program.tlsOptions = require('localhost.daplie.me-certificates').merge({});
function approveDomains(opts, certs, cb) { function approveDomains(opts, certs, cb) {
// This is where you check your database and associated // This is where you check your database and associated

查看文件

@ -50,7 +50,7 @@
"commander": "^2.9.0", "commander": "^2.9.0",
"greenlock": "^2.1.12", "greenlock": "^2.1.12",
"jsonwebtoken": "^7.1.9", "jsonwebtoken": "^7.1.9",
"localhost.daplie.com-certificates": "^1.2.3", "localhost.daplie.me-certificates": "^1.3.0",
"redirect-https": "^1.1.0", "redirect-https": "^1.1.0",
"sni": "^1.0.0", "sni": "^1.0.0",
"tunnel-packer": "^1.0.0", "tunnel-packer": "^1.0.0",