mics: updated docs

This commit is contained in:
Sheen Capadngan
2025-11-26 04:10:05 +08:00
parent 6754da9c21
commit 1531048d25
110 changed files with 171 additions and 228 deletions

View File

@@ -1,4 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/pki/ca/acme"
openapi: "POST /api/v1/cert-manager/ca/acme"
---

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/pki/ca/acme/{caName}"
openapi: "DELETE /api/v1/cert-manager/ca/acme/{id}"
---

View File

@@ -1,4 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/pki/ca/acme"
openapi: "GET /api/v1/cert-manager/ca/acme"
---

View File

@@ -1,4 +1,4 @@
---
title: "Read"
openapi: "GET /api/v1/pki/ca/acme/{caName}"
openapi: "GET /api/v1/cert-manager/ca/acme/{id}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/pki/ca/acme/{caName}"
openapi: "PATCH /api/v1/cert-manager/ca/acme/{id}"
---

View File

@@ -1,4 +0,0 @@
---
title: "Retrieve certificate / chain"
openapi: "GET /api/v1/pki/ca/{caId}/certificate"
---

View File

@@ -1,8 +0,0 @@
---
title: "Create (Deprecated)"
openapi: "POST /api/v1/pki/ca"
---
<Note>
This endpoint is deprecated. Please use the internal CA endpoint [here](/api-reference/endpoints/certificate-authorities/internal/create).
</Note>

View File

@@ -1,4 +0,0 @@
---
title: "List CRLs"
openapi: "GET /api/v1/pki/ca/{caId}/crls"
---

View File

@@ -1,4 +0,0 @@
---
title: "Get CSR"
openapi: "GET /api/v1/pki/ca/{caId}/csr"
---

View File

@@ -1,8 +0,0 @@
---
title: "Delete (Deprecated)"
openapi: "DELETE /api/v1/pki/ca/{caId}"
---
<Note>
This endpoint is deprecated. Please use the internal CA endpoint [here](/api-reference/endpoints/certificate-authorities/internal/delete).
</Note>

View File

@@ -1,4 +0,0 @@
---
title: "Import certificate"
openapi: "POST /api/v1/pki/ca/{caId}/import-certificate"
---

View File

@@ -0,0 +1,4 @@
---
title: "Retrieve certificate / chain"
openapi: "GET /api/v1/cert-manager/ca/internal/{caId}/certificate"
---

View File

@@ -1,4 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/pki/ca/internal"
openapi: "POST /api/v1/cert-manager/ca/internal"
---

View File

@@ -0,0 +1,4 @@
---
title: "List CRLs"
openapi: "GET /api/v1/cert-manager/ca/internal/{caId}/crls"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get CSR"
openapi: "GET /api/v1/cert-manager/ca/internal/{caId}/csr"
---

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/pki/ca/internal/{caName}"
openapi: "DELETE /api/v1/cert-manager/ca/internal/{id}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Import certificate"
openapi: "POST /api/v1/cert-manager/ca/internal/{caId}/import-certificate"
---

View File

@@ -0,0 +1,4 @@
---
title: "List CA certificates"
openapi: "GET /api/v1/cert-manager/ca/internal/{caId}/ca-certificates"
---

View File

@@ -1,4 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/pki/ca/internal"
openapi: "GET /api/v1/cert-manager/ca/internal"
---

View File

@@ -1,4 +1,4 @@
---
title: "Read"
openapi: "GET /api/v1/pki/ca/internal/{caName}"
openapi: "GET /api/v1/cert-manager/ca/internal/{id}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Renew"
openapi: "POST /api/v1/cert-manager/ca/internal/{caId}/renew"
---

View File

@@ -0,0 +1,4 @@
---
title: "Sign intermediate certificate"
openapi: "POST /api/v1/cert-manager/ca/internal/{caId}/sign-intermediate"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/pki/ca/internal/{caName}"
openapi: "PATCH /api/v1/cert-manager/ca/internal/{id}"
---

View File

@@ -1,4 +0,0 @@
---
title: "List CA certificates"
openapi: "GET /api/v1/pki/ca/{caId}/ca-certificates"
---

View File

@@ -1,8 +0,0 @@
---
title: "List (Deprecated)"
openapi: "GET /api/v2/workspace/{slug}/cas"
---
<Note>
This endpoint is deprecated. Please use the internal CA endpoint [here](/api-reference/endpoints/certificate-authorities/internal/list).
</Note>

View File

@@ -1,8 +0,0 @@
---
title: "Retrieve (Deprecated)"
openapi: "GET /api/v1/pki/ca/{caId}"
---
<Note>
This endpoint is deprecated. Please use the internal CA endpoint [here](/api-reference/endpoints/certificate-authorities/internal/read).
</Note>

View File

@@ -1,4 +0,0 @@
---
title: "Renew"
openapi: "POST /api/v1/pki/ca/{caId}/renew"
---

View File

@@ -1,4 +0,0 @@
---
title: "Sign intermediate certificate"
openapi: "POST /api/v1/pki/ca/{caId}/sign-intermediate"
---

View File

@@ -1,8 +0,0 @@
---
title: "Update (Deprecated)"
openapi: "PATCH /api/v1/pki/ca/{caId}"
---
<Note>
This endpoint is deprecated. Please use the internal CA endpoint [here](/api-reference/endpoints/certificate-authorities/internal/update).
</Note>