mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17: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 {
|
||||
constructor (store) {
|
||||
this.store = store
|
||||
acme.setLogger((text) => {
|
||||
logger.info(text)
|
||||
})
|
||||
}
|
||||
|
||||
async getAccountConfig (email) {
|
||||
|
||||
Reference in New Issue
Block a user