diff --git a/app/_gateway_entities/certificate.md b/app/_gateway_entities/certificate.md index 533475280..340779ae8 100644 --- a/app/_gateway_entities/certificate.md +++ b/app/_gateway_entities/certificate.md @@ -6,6 +6,10 @@ entities: description: A certificate object represents a public certificate, and can be optionally paired with the corresponding private key. +related_resources: + - text: Set up {{site.base_gateway}} to serve an SSL certificate for API requests + url: /how-to/setup-gateway-to-serve-SSL-certificates + tools: - admin-api - konnect-api diff --git a/app/_how-tos/setup-gateway-to-serve-SSL-certificates.md b/app/_how-tos/setup-gateway-to-serve-SSL-certificates.md new file mode 100644 index 000000000..93b68cc09 --- /dev/null +++ b/app/_how-tos/setup-gateway-to-serve-SSL-certificates.md @@ -0,0 +1,43 @@ +--- +title: Set up {{site.base_gateway}} to serve an SSL certificate for API requests +content_type: how_to +related_resources: + - text: Certificate entity + url: /gateway/entities/certificate + +products: + - gateway + +works_on: + - on-prem + - konnect + +entities: + - certificate + - sni + +tags: + - networking + +tldr: + q: How do I set up {{site.base_gateway}} to serve an SSL certificate for API requests? + a: Answer + +tools: + - deck + +cleanup: + inline: + - title: Clean up Konnect environment + include_content: cleanup/platform/konnect + icon_url: /assets/icons/gateway.svg + - title: Destroy the {{site.base_gateway}} container + include_content: cleanup/products/gateway + icon_url: /assets/icons/gateway.svg +--- + +@todo + +