diff --git a/authority/authorize.go b/authority/authorize.go index 7121c55f..b0a1fab4 100644 --- a/authority/authorize.go +++ b/authority/authorize.go @@ -399,7 +399,7 @@ func (a *Authority) AuthorizeRenewToken(ctx context.Context, ott string) (*x509. } if err := claims.ValidateWithLeeway(jose.Expected{ - Issuer: p.GetName(), + Issuer: "step-ca-client/1.0", Subject: leaf.Subject.CommonName, Time: time.Now().UTC(), }, time.Minute); err != nil {