mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04:00
This converter will be in charge of performing the same operation as the 'jwt_verify' one except that it takes a full-on pem certificate path instead of a public key path as parameter. The certificate path can be either provided directly as a string or via a variable. This allows to use certificates that are not known during init to perform token validation. |
||
|---|---|---|
| .. | ||
| build_token.py | ||
| cert.ecdsa.pem | ||
| cert.rsa.pem | ||
| es256-public.pem | ||
| es384-public.pem | ||
| es512-public.pem | ||
| jws_verify.vtc | ||
| rsa-public.pem | ||