Merge branch 'goldilocks' of git.daplie.com:Daplie/serve-https into goldilocks

This commit is contained in:
AJ ONeal 2017-02-01 18:29:10 -07:00
commit f7bf5b4c96
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function createServer(port, pubdir, content, opts) {
var leChallengeFs = require('le-challenge-fs').create({ webrootPath: webrootPath });
//var leChallengeSni = require('le-challenge-sni').create({ webrootPath: webrootPath });
var leChallengeDdns = require('le-challenge-ddns').create({ ttl: 1 });
var lex = require('letsencrypt-express').create({
var lex = require('greenlock-express').create({
// set to https://acme-v01.api.letsencrypt.org/directory in production
server: opts.debug ? 'staging' : 'https://acme-v01.api.letsencrypt.org/directory'