Skip to content

Commit 82fea3d

Browse files
committed
feat(dev,html-app): add PEM parser HTML app
1 parent 3a6c5cf commit 82fea3d

3 files changed

Lines changed: 590 additions & 7 deletions

File tree

dev/tools/AGENTS.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ source of truth.
2121

2222
Current mapping:
2323

24-
| File | `su-tool-path` | Description |
25-
|-------------------------|---------------------------|-----------------|
26-
| `index.html` | `/` | Tool index page |
27-
| `jwt-debugger.html` | `/jwt` | JWT Debugger |
28-
| `saml-decoder.html` | `/saml` | SAML Decoder |
29-
| `mock-saml-idp.html` | `/elastic/saml/idp-login` | Mock SAML IdP |
30-
| `markdown-to-html.html` | `/md-to-html` | Markdown → HTML |
24+
| File | `su-tool-path` | Description |
25+
|----------------------------|---------------------------|---------------------|
26+
| `index.html` | `/` | Tool index page |
27+
| `jwt-debugger.html` | `/jwt` | JWT Debugger |
28+
| `saml-decoder.html` | `/saml` | SAML Decoder |
29+
| `mock-saml-idp.html` | `/elastic/saml/idp-login` | Mock SAML IdP |
30+
| `certificate-decoder.html` | `/pem` | Certificate Decoder |
31+
| `markdown-to-html.html` | `/md-to-html` | Markdown → HTML |
3132

3233
When **creating a new tool**, **deleting a tool**, or **changing a tool's alias**:
3334

0 commit comments

Comments
 (0)