Skip to content

Commit

Permalink
bugfix request certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
Anson.G authored and Anson.G committed Oct 17, 2023
1 parent e43e8b7 commit 04f006e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion issuer/middleware/acme-challenge.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func AcceptAcmeChallenge(serverCtx *svc.ServiceContext) rest.Route {
)

value, ok := provider.MemoryCache.Load(originalDomain)

logx.Info(
logx.Field("value", value),
logx.Field("ok", ok),
Expand All @@ -56,6 +56,7 @@ func AcceptAcmeChallenge(serverCtx *svc.ServiceContext) rest.Route {

// domain
logx.Infof("[%s] Served key authentication", originalDomain)
return
}

}
Expand Down

0 comments on commit 04f006e

Please sign in to comment.