mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-02-24 01:48:05 +00:00
use localhost.daplie.me-certificates
This commit is contained in:
parent
b200721a5b
commit
ed06c7e79e
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user