-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add placeholder SSL certificate how to
Signed-off-by: Diana <[email protected]>
- Loading branch information
1 parent
8f09d8f
commit 0da272e
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> |