From 384ffc94680fcb4352850fc6601b57599894994c Mon Sep 17 00:00:00 2001 From: Dmytro Shteflyuk Date: Tue, 24 Sep 2024 14:39:14 -0400 Subject: [PATCH] Updated documentation for proxy to include custom SSL certificate --- docs/configuration/proxy.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configuration/proxy.md b/docs/configuration/proxy.md index 295a859..b3e2dd3 100644 --- a/docs/configuration/proxy.md +++ b/docs/configuration/proxy.md @@ -50,6 +50,13 @@ Defaults to false: ssl: true ``` +In the scenario where Let's Encrypt is not an option, or you already have your own certificates from a different Certificate Authority, you can configure kamal-proxy to load the certificate and the corresponding private key from disk: + +```yaml + ssl_certificate_path: /data/cert/foo.example.com/fullchain.pem + ssl_private_key_path: /data/cert/foo.example.com/privkey.pem +``` + ## [Response timeout](#response-timeout) How long to wait for requests to complete before timing out, defaults to 30 seconds: