From f88389bf9e8871aa3c4397d1edd4a3f1d5d2a5dc Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Thu, 22 Aug 2024 21:05:34 +0800 Subject: [PATCH] misc: added general format --- docs/documentation/platform/pki/est.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/documentation/platform/pki/est.mdx b/docs/documentation/platform/pki/est.mdx index 6d3a92069..824474d03 100644 --- a/docs/documentation/platform/pki/est.mdx +++ b/docs/documentation/platform/pki/est.mdx @@ -14,7 +14,8 @@ Infisical's EST service is based on [RFC 7030](https://datatracker.ietf.org/doc/ - **simpleenroll** - allows an EST client to request a new certificate from Infisical's EST server - **simplereenroll** - similar to the /simpleenroll endpoint but is used for renewing an existing certificate. -These endpoints are exposed on port 8443. +These endpoints are exposed on port 8443 under the .well-known/est path e.g. +`https://app.infisical.com:8443/.well-known/est/estLabel/cacerts` ## Prerequisites