mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Remove beta tags from CMPv2 docs (#28339)
This commit is contained in:
@@ -369,8 +369,6 @@ $ curl \
|
||||
|
||||
## EST Certificate issuance <EnterpriseAlert inline="true" />
|
||||
|
||||
@include 'alerts/beta.mdx'
|
||||
|
||||
Within Vault Enterprise, support can be enabled for the
|
||||
[EST (Enrollment over Secure Transport) protocol](https://datatracker.ietf.org/doc/html/rfc7030)
|
||||
for issuing and renewing leaf certificates.
|
||||
@@ -384,8 +382,6 @@ point of view. Note that the `cacerts` endpoint is unauthenticated.
|
||||
|
||||
### Read EST Configuration <EnterpriseAlert inline="true" />
|
||||
|
||||
@include 'alerts/beta.mdx'
|
||||
|
||||
This endpoint fetches the current EST configuration.
|
||||
|
||||
| Method | Path |
|
||||
@@ -429,8 +425,6 @@ $ curl \
|
||||
|
||||
### Set EST Configuration <EnterpriseAlert inline="true" />
|
||||
|
||||
@include 'alerts/beta.mdx'
|
||||
|
||||
This endpoint will update EST related configuration, returning the
|
||||
updated values as a response along with an updated `last_updated` field.
|
||||
|
||||
@@ -529,8 +523,6 @@ $ curl \
|
||||
|
||||
## CMPv2 Certificate issuance <EnterpriseAlert inline="true" />
|
||||
|
||||
@include 'alerts/beta.mdx'
|
||||
|
||||
Within Vault Enterprise, support can be enabled for the
|
||||
[CMPv2 (Certificate Management Protocol) protocol](https://datatracker.ietf.org/doc/html/rfc4210)
|
||||
for issuing and renewing leaf certificates.
|
||||
@@ -543,8 +535,6 @@ point of view.
|
||||
|
||||
### Read CMPv2 Configuration <EnterpriseAlert inline="true" />
|
||||
|
||||
@include 'alerts/beta.mdx'
|
||||
|
||||
This endpoint fetches the current CMPv2 configuration.
|
||||
|
||||
| Method | Path |
|
||||
@@ -581,8 +571,6 @@ $ curl \
|
||||
|
||||
### Set CMPv2 Configuration <EnterpriseAlert inline="true" />
|
||||
|
||||
@include 'alerts/beta.mdx'
|
||||
|
||||
This endpoint will update CMPv2 related configuration, returning the
|
||||
updated values as a response along with an updated `last_updated` field.
|
||||
|
||||
|
||||
@@ -1618,9 +1618,9 @@
|
||||
{
|
||||
"title": "Certificate Management Protocol (CMPv2)",
|
||||
"badge": {
|
||||
"text": "BETA",
|
||||
"text": "ENTERPRISE",
|
||||
"type": "outlined",
|
||||
"color": "highlight"
|
||||
"color": "neutral"
|
||||
},
|
||||
"path": "secrets/pki/cmpv2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user