Add auditSource to ensureCertificate

This commit is contained in:
Girish Ramakrishnan
2018-01-30 15:16:34 -08:00
parent 8e500e0243
commit 86cf8bf9e7
3 changed files with 18 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ function configureWebadmin(callback) {
function configureReverseProxy(error) {
debug('configureReverseProxy: dns update: %j', error || {});
reverseProxy.configureAdmin(function (error) {
reverseProxy.configureAdmin({ userId: null, username: 'setup' }, function (error) {
if (error) return done(error);
gWebadminStatus.tls = true;