Skip to content

New line at end of file required in TLS certificate & key #3

@munnerz

Description

@munnerz

When using TLS, it is required to have a newline at the end of the certificate and key, else nginx will fall into a crash loop as the certificate is invalid. I believe this is because the certificate and key are concatenated and loaded from the same file, and without the new line the certificate and key merge into one.

This should either be optional or documented behaviour to save others spending ages debugging!

Side note: thanks for the ingress controller!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions