improve custom SSL certificate documentation
This commit is contained in:
@@ -53,12 +53,10 @@ proxy:
|
|||||||
|
|
||||||
# Custom SSL certificate
|
# Custom SSL certificate
|
||||||
#
|
#
|
||||||
# In scenarios where Let's Encrypt is not an option, or you already have your own
|
# In some cases, using Let's Encrypt for automatic certificate management is not an
|
||||||
# certificates from a different Certificate Authority, you can configure kamal-proxy
|
# option, or you may already have SSL certificates issued by a different
|
||||||
# to load the certificate and the corresponding private key from disk.
|
# Certificate Authority (CA). Kamal supports loading custom SSL certificates
|
||||||
#
|
# directly from secrets.
|
||||||
# A reference to a secret (in this case, `CERTIFICATE_PEM` and `PRIVATE_KEY_PEM`) will look up the secret
|
|
||||||
# in the local environment:
|
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
# ssl: true # Enable SSL with Let's Encrypt
|
# ssl: true # Enable SSL with Let's Encrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user