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:
parent
ed9aac9bb2
commit
5a48bbff86
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user