Compare commits
1 Commits
master
...
pull/11/ma
Author | SHA1 | Date |
---|---|---|
Luc Renambot | 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…
Reference in New Issue