fix: typo in letsencrypt.js logging output (#5712)
This commit is contained in:
parent
485e99c7fd
commit
17c11b3f4e
@ -113,7 +113,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
})
|
||||
WIKI.logger.info(`(LETSENCRYPT) New certifiate received successfully: [ COMPLETED ]`)
|
||||
WIKI.logger.info(`(LETSENCRYPT) New certificate received successfully: [ COMPLETED ]`)
|
||||
WIKI.config.letsencrypt.payload = certResp
|
||||
WIKI.config.letsencrypt.domain = WIKI.config.ssl.domain
|
||||
await WIKI.configSvc.saveToDb(['letsencrypt'])
|
||||
|
Loading…
Reference in New Issue
Block a user