diff --git a/lib/kamal/configuration/docs/proxy.yml b/lib/kamal/configuration/docs/proxy.yml index c79e6299..5f63c6ff 100644 --- a/lib/kamal/configuration/docs/proxy.yml +++ b/lib/kamal/configuration/docs/proxy.yml @@ -53,12 +53,10 @@ proxy: # Custom SSL certificate # - # In scenarios 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. - # - # A reference to a secret (in this case, `CERTIFICATE_PEM` and `PRIVATE_KEY_PEM`) will look up the secret - # in the local environment: + # In some cases, using Let's Encrypt for automatic certificate management is not an + # option, or you may already have SSL certificates issued by a different + # Certificate Authority (CA). Kamal supports loading custom SSL certificates + # directly from secrets. # # Examples: # ssl: true # Enable SSL with Let's Encrypt