mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
PKI revamp: general improvements
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/pki/certificate-templates"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/pki/certificate-templates/{certificateTemplateId}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Get by ID"
|
||||
openapi: "GET /api/v1/pki/certificate-templates/{certificateTemplateId}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/pki/certificate-templates/{certificateTemplateId}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/pki/subscribers"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/pki/subscribers/{subscriberName}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Retrieve latest certificate bundle"
|
||||
openapi: "GET /api/v1/pki/subscribers/{subscriberName}/latest-certificate-bundle"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Issue Certificate"
|
||||
openapi: "POST /api/v1/pki/subscribers/{subscriberName}/issue-certificate"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "List Certificates"
|
||||
openapi: "GET /api/v1/pki/subscribers/{subscriberName}/certificates"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Order Certificate"
|
||||
openapi: "POST /api/v1/pki/subscribers/{subscriberName}/order-certificate"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v1/pki/subscribers/{subscriberName}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Sign Certificate"
|
||||
openapi: "POST /api/v1/pki/subscribers/{subscriberName}/sign-certificate"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/pki/subscribers/{subscriberName}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Profiles API](/api-reference/endpoints/certificate-profiles) instead.
|
||||
</Warning>
|
||||
@@ -2451,20 +2451,6 @@
|
||||
{
|
||||
"group": "Infisical PKI",
|
||||
"pages": [
|
||||
{
|
||||
"group": "Subscribers",
|
||||
"pages": [
|
||||
"api-reference/endpoints/pki/subscribers/list-certs",
|
||||
"api-reference/endpoints/pki/subscribers/create",
|
||||
"api-reference/endpoints/pki/subscribers/read",
|
||||
"api-reference/endpoints/pki/subscribers/update",
|
||||
"api-reference/endpoints/pki/subscribers/delete",
|
||||
"api-reference/endpoints/pki/subscribers/issue-cert",
|
||||
"api-reference/endpoints/pki/subscribers/sign-cert",
|
||||
"api-reference/endpoints/pki/subscribers/order-cert",
|
||||
"api-reference/endpoints/pki/subscribers/get-latest-cert-bundle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Certificate Authorities",
|
||||
"pages": [
|
||||
@@ -2525,17 +2511,7 @@
|
||||
"api-reference/endpoints/certificate-templates-v2/create",
|
||||
"api-reference/endpoints/certificate-templates-v2/update",
|
||||
"api-reference/endpoints/certificate-templates-v2/get-by-id",
|
||||
"api-reference/endpoints/certificate-templates-v2/delete",
|
||||
{
|
||||
"group": "Legacy",
|
||||
"pages": [
|
||||
"api-reference/endpoints/certificate-templates/list",
|
||||
"api-reference/endpoints/certificate-templates/create",
|
||||
"api-reference/endpoints/certificate-templates/update",
|
||||
"api-reference/endpoints/certificate-templates/get-by-id",
|
||||
"api-reference/endpoints/certificate-templates/delete"
|
||||
]
|
||||
}
|
||||
"api-reference/endpoints/certificate-templates-v2/delete"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user