Remove beta tags from CMPv2 docs (#28339)

This commit is contained in:
Steven Clark
2024-09-10 16:18:38 -04:00
committed by GitHub
parent 062f1dd35d
commit 10df48b3e1
2 changed files with 2 additions and 14 deletions

View File

@@ -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.

View File

@@ -1618,9 +1618,9 @@
{
"title": "Certificate Management Protocol (CMPv2)",
"badge": {
"text": "BETA",
"text": "ENTERPRISE",
"type": "outlined",
"color": "highlight"
"color": "neutral"
},
"path": "secrets/pki/cmpv2"
},