change greenlock._communityPackage

This commit is contained in:
AJ ONeal 2018-09-24 19:01:17 -06:00
parent b5d2a759ce
commit 4d50c13c06
1 changed files with 1 additions and 0 deletions

View File

@ -783,6 +783,7 @@ function greenlockHelper(state) {
version: state.greenlockConf.version || 'draft-11'
, server: state.greenlockConf.server || 'https://acme-v02.api.letsencrypt.org/directory'
, communityMember: state.greenlockConf.communityMember || state.config.communityMember
, _communityPackage: 'telebit.js'
, telemetry: state.greenlockConf.telemetry || state.config.telemetry
, configDir: state.greenlockConf.configDir
|| (state.config.root && path.join(state.config.root, 'etc/acme'))