refator: refacoting, replace ssl by tls

This commit is contained in:
Jonas Kaninda
2024-11-29 13:48:00 +01:00
parent 076d9aa56d
commit e33af02f04
11 changed files with 233 additions and 80 deletions

19
docs/quickstart/tls.md Normal file
View File

@@ -0,0 +1,19 @@
---
title: TLS Certificate
layout: default
parent: Quickstart
nav_order: 5
---
# TLS Certificate
```yaml
version: 1.0
gateway:
tlsCertFile: cert.pem
tlsKeyFile: key.pem
```