Skip to content

Commit

Permalink
Missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kitography committed Feb 3, 2025
1 parent 4ba0068 commit c255d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/logical/pki/path_issue_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ func (b *backend) pathIssueSignCert(ctx context.Context, req *logical.Request, d
}
}

if err := issuing.VerifyCertificate(parsedBundle); err != nil {
if err := issuing.VerifyCertificate(sc.GetContext(), sc.GetStorage(), issuerId, parsedBundle); err != nil {
return nil, err
}

Expand Down

0 comments on commit c255d1e

Please sign in to comment.