From 3a50ccfb69362c0aefcdcc993adb7a09e197ae31 Mon Sep 17 00:00:00 2001 From: rusirijayodaillesinghe Date: Wed, 13 Nov 2024 13:24:29 +0530 Subject: [PATCH] Remove clickable links in unwanted usecases --- en/docs/design/api-documentation/add-api-documentation.md | 2 +- en/docs/design/create-api/create-ai-api/create-an-ai-api.md | 2 +- .../keystore-basics/creating-new-keystores.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/docs/design/api-documentation/add-api-documentation.md b/en/docs/design/api-documentation/add-api-documentation.md index 91f0c19b3c..ddf3d7ea75 100644 --- a/en/docs/design/api-documentation/add-api-documentation.md +++ b/en/docs/design/api-documentation/add-api-documentation.md @@ -91,7 +91,7 @@ Follow the instructions below to add documentation to an API: Source URL
- http://www.dummyforum.com + http://www.dummyforum.com diff --git a/en/docs/design/create-api/create-ai-api/create-an-ai-api.md b/en/docs/design/create-api/create-ai-api/create-an-ai-api.md index eedb237796..c4cd1b3c4b 100644 --- a/en/docs/design/create-api/create-ai-api/create-an-ai-api.md +++ b/en/docs/design/create-api/create-ai-api/create-an-ai-api.md @@ -33,7 +33,7 @@ Follow the instructions below to create an AI API using the basic flow: 4. Configure AI API details. -
FieldSample value
NameMistralAIAPI
Version0.0.2
Context

mistralaiapi

The API context is used by the Gateway to identify the API. Therefore, the API context must be unique. This context is the API's root context when invoking the API through the Gateway.

You can define the API's version as a parameter of its context by adding the {version} into the context. For example, {version}/mistralaiapi. The API Manager assigns the actual version of the API to the {version} parameter internally. For example, https://localhost:8243/0.0.2/mistralaiapi. Note that the version appears before the context, allowing you to group your APIs based on the versions.

Endpoint

https://api.mistral.ai

The endpoint of the AI service vendor is automatically added as the production and sandbox endpoints.

+
FieldSample value
NameMistralAIAPI
Version0.0.2
Context

mistralaiapi

The API context is used by the Gateway to identify the API. Therefore, the API context must be unique. This context is the API's root context when invoking the API through the Gateway.

You can define the API's version as a parameter of its context by adding the {version} into the context. For example, {version}/mistralaiapi. The API Manager assigns the actual version of the API to the {version} parameter internally. For example, https://localhost:8243/0.0.2/mistralaiapi. Note that the version appears before the context, allowing you to group your APIs based on the versions.

Endpoint

https://api.mistral.ai

The endpoint of the AI service vendor is automatically added as the production and sandbox endpoints.

5. Click **Create** to create the API. diff --git a/en/docs/install-and-setup/setup/security/configuring-keystores/keystore-basics/creating-new-keystores.md b/en/docs/install-and-setup/setup/security/configuring-keystores/keystore-basics/creating-new-keystores.md index f1f5734a3b..8fbd355e78 100644 --- a/en/docs/install-and-setup/setup/security/configuring-keystores/keystore-basics/creating-new-keystores.md +++ b/en/docs/install-and-setup/setup/security/configuring-keystores/keystore-basics/creating-new-keystores.md @@ -120,7 +120,7 @@ First, you need to generate a certificate signing request (CSR) for your keysto 2. You must provide this CSR file to the CA. For testing purposes, try the [90 days trial SSL certificate from Comodo](https://www.comodo.com/e-commerce/ssl-certificates/free-ssl-certificate.php) . !!! Note - It is preferable to have a wildcard certificate or multiple domain certificates if you wish to have multiple subdomains like gateway.sampledomain.org, publisher.sampledomain.org , identity.sampledomain.org , etc., for the deployment. For such requirements, you must modify the CSR request by adding subject alternative names. Most of the SSL providers give instructions to generate the CSR in such cases. + It is preferable to have a wildcard certificate or multiple domain certificates if you wish to have multiple subdomains like gateway.sampledomain.org , publisher.sampledomain.org , identity.sampledomain.org , etc., for the deployment. For such requirements, you must modify the CSR request by adding subject alternative names. Most of the SSL providers give instructions to generate the CSR in such cases. 3. After accepting the request, a signed certificate is provided along with a root certificate and several intermediate certificates (depending on the CA) as a bundle (.zip file).