Skip to content

Commit

Permalink
Add placeholder SSL certificate how to
Browse files Browse the repository at this point in the history
Signed-off-by: Diana <[email protected]>
  • Loading branch information
cloudjumpercat committed Jan 6, 2025
1 parent 8f09d8f commit 0da272e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/_gateway_entities/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
43 changes: 43 additions & 0 deletions app/_how-tos/setup-gateway-to-serve-SSL-certificates.md
Original file line number Diff line number Diff line change
@@ -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

<!--content notes:
- Use content from this KB: https://support.konghq.com/support/s/article/How-to-setup-Kong-to-serve-an-SSL-certificate-for-API-requests
-->

0 comments on commit 0da272e

Please sign in to comment.