From 2e88c5e2c5de5fd3edec5aa24f05af0743e13512 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Thu, 22 Aug 2024 21:02:38 +0800 Subject: [PATCH] misc: improved url examples in est doc --- docs/documentation/platform/pki/est.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/documentation/platform/pki/est.mdx b/docs/documentation/platform/pki/est.mdx index 462511153..6d3a92069 100644 --- a/docs/documentation/platform/pki/est.mdx +++ b/docs/documentation/platform/pki/est.mdx @@ -14,6 +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. + ## Prerequisites - You need to have an existing [CA hierarchy](/documentation/platform/pki/private-ca). @@ -41,6 +43,6 @@ Infisical's EST service is based on [RFC 7030](https://datatracker.ietf.org/doc/ For demonstration, the complete URL of the supported EST endpoints will look like the following: - - https://www.example.com/.well-known/est/f110f308-9888-40ab-b228-237b12de8b96/cacerts - - https://www.example.com/.well-known/est/f110f308-9888-40ab-b228-237b12de8b96/simpleenroll - - https://www.example.com/.well-known/est/f110f308-9888-40ab-b228-237b12de8b96/simplereenroll + - https://app.infisical.com:8443/.well-known/est/f110f308-9888-40ab-b228-237b12de8b96/cacerts + - https://app.infisical.com:8443/.well-known/est/f110f308-9888-40ab-b228-237b12de8b96/simpleenroll + - https://app.infisical.com:8443/.well-known/est/f110f308-9888-40ab-b228-237b12de8b96/simplereenroll