diff --git a/website/content/docs/secrets/pki/est.mdx b/website/content/docs/secrets/pki/est.mdx
index 70a60aeb33..e354c96f35 100644
--- a/website/content/docs/secrets/pki/est.mdx
+++ b/website/content/docs/secrets/pki/est.mdx
@@ -6,8 +6,6 @@ description: An overview of the Enrollment over Secure Transport protocol implem
# PKI secrets engine - Enrollment over Secure Transport (EST)
-@include 'alerts/beta.mdx'
-
This document covers configuration and limitations of Vault's PKI Secrets Engine
implementation of the [EST protocol](https://datatracker.ietf.org/doc/html/rfc7030) .
diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json
index 72b052077b..04a080d4b5 100644
--- a/website/data/docs-nav-data.json
+++ b/website/data/docs-nav-data.json
@@ -1607,10 +1607,11 @@
},
{
"title": "Enrollment over Secure Transport (EST)",
+ "path": "secrets/pki/est",
"badge": {
- "text": "BETA",
+ "text": "ENTERPRISE",
"type": "outlined",
- "color": "highlight"
+ "color": "neutral"
},
"path": "secrets/pki/est"
},