Only consider x509 certs in /.well-known/jwks API

This commit is contained in:
Yang Luo
2023-07-12 22:39:39 +08:00
parent 0d48da24dc
commit caec1d1bac
3 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class CertListPage extends BaseListPage {
filterMultiple: false,
filters: [
{text: "x509", value: "x509"},
{text: "Payment", value: "Payment"},
],
width: "110px",
sorter: true,