mirror of https://github.com/certd/certd
upgrade client
parent
6d8ede9575
commit
6df399fe02
|
@ -1 +1 @@
|
||||||
Subproject commit a62c144acc7200d64ce7f2676efb47cac6d1f4bd
|
Subproject commit 13ac3b238ffb8ec80ff7061e6e7b8f2d0f4ca595
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue