Ensure certificates needs to be multidomain aware
This commit is contained in:
@@ -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, '', '');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user