mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-25 14:08:04 +00:00
don't overwrite community package name
This commit is contained in:
parent
4d8b3b6859
commit
3b27aa6806
2
lex.js
2
lex.js
@ -3,7 +3,7 @@
|
||||
// opts.approveDomains(options, certs, cb)
|
||||
module.exports.create = function (opts) {
|
||||
// accept all defaults for le.challenges, le.store, le.middleware
|
||||
opts._communityPackage = 'greenlock-express.js';
|
||||
opts._communityPackage = opts._communityPackage || 'greenlock-express.js';
|
||||
var le = require('greenlock').create(opts);
|
||||
|
||||
opts.app = opts.app || function (req, res) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user