diff --git a/bin/serve-https.js b/bin/serve-https.js index b0cc66f..b5adef5 100755 --- a/bin/serve-https.js +++ b/bin/serve-https.js @@ -363,6 +363,8 @@ function run() { , paths: nameparts.length && nameparts || [ defaultWebRoot.replace(/(:hostname|:servername)/g, servername) ] + // TODO check for existing custom path before issuing with greenlock + , _hasCustomPath: !!nameparts.length }; }); }