-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ercan CANLIER
committed
Dec 8, 2023
1 parent
f26f086
commit 0e4836c
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
70 changes: 70 additions & 0 deletions
70
...terscience/apimanagement/apiconnect/management/authenticationandsecurity/tls.md
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,70 @@ | ||
--- | ||
title: TLS Profiles | ||
linktitle: TLS Profiles | ||
description: TLS Profiles, Certificate Management (WIP) | ||
tags: ["tag1","tag2"] | ||
--- | ||
|
||
# TLS Profiles | ||
|
||
API Connect supports TLS Profiles for securing data transmission over HTTPS. | ||
|
||
![Secure Connection between two parties]() | ||
|
||
## Type of TLS Profiles | ||
|
||
1. TLS Server Profile : Gateway uses to configure its endpoint during API execution. | ||
|
||
2. TLS Client Profile : System uses to connect with another endpoint over TLS. | ||
|
||
## Components of TLS Profiles | ||
|
||
1. TLS protocol version (1.0,1.1,1.2,1.3) | ||
|
||
2. Cipher suites to secure HTTPS communication within the API Connect system. | ||
|
||
3. Keystores contain public and private key pairs. | ||
|
||
4. Truststores contain public keys for trusted 3rd party services. | ||
|
||
## Viewing TLS Profiles? | ||
|
||
### Procedure: | ||
|
||
1. Login to the **Cloud Manager UI** | ||
|
||
2. Click **Resources** | ||
|
||
3. Select **TLS** | ||
|
||
## Creating TLS Server Profile | ||
|
||
### Procedure: | ||
|
||
1. Login to the **Cloud Manager UI** | ||
|
||
2. Click **Resources** | ||
|
||
3. Select **TLS** | ||
|
||
4. Click **Create** | ||
|
||
5. Enter the fields to configure. (WIP-Add SC) | ||
|
||
## Creating TLS Client Profile | ||
|
||
1. Login to the **Cloud Manager UI** | ||
|
||
2. Click **Resources** | ||
|
||
3. Select **TLS** | ||
|
||
4. Click **Create** | ||
|
||
5. Enter the fields to configure. (WIP-Add SC) | ||
|
||
|
||
|
||
|
||
|
||
|