typo
This commit is contained in:
@@ -369,7 +369,7 @@ function ensureCertificate(vhost, domain, auditSource, callback) {
|
||||
notifyCertChanged(vhost, function (error) {
|
||||
if (error) return callback(error);
|
||||
|
||||
if (certFilePath && keyFilePath) callback(null, { certFilePath, keyFilePath }, { renewed: true });
|
||||
if (certFilePath && keyFilePath) return callback(null, { certFilePath, keyFilePath }, { renewed: true });
|
||||
|
||||
// if no cert was returned use fallback. the fallback/caas provider will not provide any for example
|
||||
getFallbackCertificate(domain, function (error, bundle) {
|
||||
|
||||
Reference in New Issue
Block a user