2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-02-22 19:28:05 +00:00

Fix server argument

This commit is contained in:
Luc Renambot 2016-03-17 18:27:03 -05:00
parent ed9aac9bb2
commit 5a48bbff86

View File

@ -102,6 +102,7 @@ cli.main(function(_, options) {
// let LE know that we're handling standalone / webroot here // let LE know that we're handling standalone / webroot here
LE.create({ LE.create({
manual: true manual: true
, server: args.server
, debug: args.debug , debug: args.debug
, configDir: args.configDir , configDir: args.configDir
, privkeyPath: ':config/live/:hostname/privkey.pem' //args.privkeyPath , privkeyPath: ':config/live/:hostname/privkey.pem' //args.privkeyPath