feat: added subscriber endpoint for fetching active cert

This commit is contained in:
Sheen Capadngan
2025-05-18 23:37:23 +08:00
parent 10ed6f6b52
commit b358f2dbb7
8 changed files with 227 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Retrieve active certificate bundle"
openapi: "GET /api/v1/pki/subscribers/{subscriberName}/active-certificate/bundle"
---