Skip to content

Commit

Permalink
TLS profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ercan CANLIER committed Dec 8, 2023
1 parent f26f086 commit 0e4836c
Showing 1 changed file with 70 additions and 0 deletions.
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)






0 comments on commit 0e4836c

Please sign in to comment.