File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
lib/kamal/configuration/docs Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 50
50
# Custom SSL certificate
51
51
#
52
52
# 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
55
56
# directly from secrets.
56
57
#
57
58
# Examples:
@@ -60,6 +61,11 @@ proxy:
60
61
# ssl: # Enable custom SSL
61
62
# certificate_pem: CERTIFICATE_PEM
62
63
# 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.
63
69
64
70
# SSL redirect
65
71
#
You can’t perform that action at this time.
0 commit comments