Unverified Commit 17c11b3f authored by cleaverm's avatar cleaverm Committed by GitHub

fix: typo in letsencrypt.js logging output (#5712)

parent 485e99c7
...@@ -113,7 +113,7 @@ module.exports = { ...@@ -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.payload = certResp
WIKI.config.letsencrypt.domain = WIKI.config.ssl.domain WIKI.config.letsencrypt.domain = WIKI.config.ssl.domain
await WIKI.configSvc.saveToDb(['letsencrypt']) await WIKI.configSvc.saveToDb(['letsencrypt'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment