docs: update deployment config

This commit is contained in:
Jonas Kaninda
2024-11-10 08:15:47 +01:00
parent 4ee9ec5825
commit 0895151b59
10 changed files with 69 additions and 10 deletions

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

@@ -0,0 +1,19 @@
---
title: SSL Certificate
layout: default
parent: Quickstart
nav_order: 4
---
# SSL Certificate
```yaml
version: 1.0
gateway:
sslCertFile: cert.pem
sslKeyFile: key.pem
```