Fix renamed function call
This commit is contained in:
@@ -1421,7 +1421,7 @@ async function setCertificate(app, data, auditSource) {
|
||||
if (error) throw error;
|
||||
}
|
||||
|
||||
await reverseProxy.setAppCertificateSync(location, domainObject, { cert, key });
|
||||
await reverseProxy.setAppCertificate(location, domainObject, { cert, key });
|
||||
await eventlog.add(eventlog.ACTION_APP_CONFIGURE, auditSource, { appId, app, cert, key });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user