Skip to content

Commit 0656e02

Browse files
committed
Doc update from @acidtib in basecamp/kamal-site#174
1 parent aed77a7 commit 0656e02

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lib/kamal/configuration/docs/proxy.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ proxy:
5050
# Custom SSL certificate
5151
#
5252
# In some cases, using Let's Encrypt for automatic certificate management is not an
53-
# option, or you may already have SSL certificates issued by a different
54-
# Certificate Authority (CA). Kamal supports loading custom SSL certificates
53+
# option, for example if you are running from host than one host. Or you may already
54+
# have SSL certificates issued by a different Certificate Authority (CA).
55+
# Kamal supports loading custom SSL certificates
5556
# directly from secrets.
5657
#
5758
# Examples:
@@ -60,6 +61,11 @@ proxy:
6061
# ssl: # Enable custom SSL
6162
# certificate_pem: CERTIFICATE_PEM
6263
# private_key_pem: PRIVATE_KEY_PEM
64+
#
65+
# ### Notes
66+
# - If the certificate or key is missing or invalid, kamal-proxy will fail to start.
67+
# - Always handle SSL certificates and private keys securely. Avoid hard-coding them in deploy.yml files or source control.
68+
# - For automated certificate management, consider using the built-in Let's Encrypt integration instead.
6369

6470
# SSL redirect
6571
#

0 commit comments

Comments
 (0)