Files
certificates/acme/challenge_wire_test.go
Herman Slatman 2bb1896db3 Change OIDC signature algorithm to RS256 to match JWT
In https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0, the
JWT signature algorithm verification is moved earlier into the
process, resulting in our existing test failing. The JWT has
algorithm `RS256` set, whereas the verifier had `ES256`. It needs
to have `RS256` to validate the token.
2025-08-05 13:16:36 +02:00

83 KiB