Skip to content

Update custom cert docs#1585

Merged
djmb merged 1 commit intomainfrom
cert-docs
Jun 18, 2025
Merged

Update custom cert docs#1585
djmb merged 1 commit intomainfrom
cert-docs

Conversation

@djmb
Copy link
Collaborator

@djmb djmb commented Jun 18, 2025

Remove ssl: ..., reword some of the docs and ensure the formatting is correct.

Remove ssl: ..., reword some of the docs and ensure the formatting is
correct.
@mhenrixon
Copy link

In #1531 and #1583, I couldn't find any support for fallback or handling of multiple domains, which may require certificates for some domains and use Let's Encrypt for others.

Did I read that right? Will the certificates provided be used for all hosts?

@djmb
Copy link
Collaborator Author

djmb commented Jun 18, 2025

Did I read that right? Will the certificates provided be used for all hosts?

Yes they will. Doing anything else would require updating kamal-proxy to allow per domain TLS configuration (cc @kevinmcconnell).

@djmb djmb merged commit 3cf510b into main Jun 18, 2025
10 checks passed
@djmb djmb deleted the cert-docs branch June 18, 2025 10:57
@djmb
Copy link
Collaborator Author

djmb commented Jun 18, 2025

@mhenrixon - one option is to have separate roles for each domain if that is feasible.

Each one can then have it's own container and configuration and a single kamal-proxy will happily handle both on the same host.

# ssl: # Enable custom SSL
# certificate_pem: CERTIFICATE_PEM
# private_key_pem: PRIVATE_KEY_PEM
# option, for example if you are running from host than one host.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"from host than one host" doesn't seem right.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Should say "from more than one host"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 2bcb313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants