cleaverm
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server/core/letsencrypt.js
|
|
@ -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']) |
|
|
|