Ensure certificates needs to be multidomain aware

This commit is contained in:
Johannes Zellner
2017-11-13 00:34:30 +01:00
parent bf711c6ebb
commit 07626dacb5
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ function getCertificate(domain, options, callback) {
debug('getCertificate: using fallback certificate', domain);
return callback(null, 'cert/host.cert', 'cert/host.key');
return callback(null, '', '');
}