add missing approveDomains
This commit is contained in:
parent
a5a3b70f15
commit
283f70b42f
|
@ -151,6 +151,9 @@ var greenlock = Greenlock.create({
|
|||
version: 'draft-11'
|
||||
, server: 'https://acme-' + acmeEnv + 'v02.api.letsencrypt.org/directory'
|
||||
|
||||
// approve a growing list of domains
|
||||
, approveDomains: approveDomains
|
||||
|
||||
// If you wish to replace the default account and domain key storage plugin
|
||||
, store: require('le-store-certbot').create({
|
||||
configDir: path.join(os.homedir(), 'acme/etc')
|
||||
|
|
Loading…
Reference in New Issue