Skip to content

Commit

Permalink
Merge pull request #100 from kpumuk/custom-ssl
Browse files Browse the repository at this point in the history
Documentation for custom SSL certificates
  • Loading branch information
dhh authored Sep 28, 2024
2 parents 8d43335 + 384ffc9 commit 233bb17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/configuration/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 233bb17

Please sign in to comment.