merge httpsOptions

This commit is contained in:
AJ ONeal 2016-10-07 10:51:05 -06:00
parent ba0c30b685
commit 7f2bca2fd9
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ function run() {
var email = argv.email;
var agreeTos = argv.agreeTos || argv['agree-tos'];
var cert = require('localhost.daplie.com-certificates');
var cert = require('localhost.daplie.com-certificates').merge({});
var opts = {
key: cert.key
, cert: cert.cert