mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
upgrade client
This commit is contained in:
Submodule packages/base/node-acme-client updated: a62c144acc...13ac3b238f
@@ -5,6 +5,9 @@ const logger = util.logger
|
|||||||
export class AcmeService {
|
export class AcmeService {
|
||||||
constructor (store) {
|
constructor (store) {
|
||||||
this.store = store
|
this.store = store
|
||||||
|
acme.setLogger((text) => {
|
||||||
|
logger.info(text)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
async getAccountConfig (email) {
|
async getAccountConfig (email) {
|
||||||
|
|||||||
Reference in New Issue
Block a user