remove work dir, not needed

This commit is contained in:
AJ ONeal 2018-05-12 22:37:18 -06:00
parent 0a370238e5
commit 7202706545
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ var leStore = require('le-store-certbot').create({
, certPath: ':configDir/live/:hostname/cert.pem' // will be templated as expected by
, chainPath: ':configDir/live/:hostname/chain.pem' // greenlock.js
, workDir: require('homedir')() + '/tmp/acme/lib'
, logsDir: require('homedir')() + '/tmp/acme/log'
, webrootPath: '~/acme/srv/www/:hostname/.well-known/acme-challenge'