You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with formatting a TLS certificate in an environment variable for use with the software. Specifically, when I include the certificate with newline characters, I receive warnings for each line of the certificate. WARN [kuma_client::util] Invalid snippet line:-----BEGIN CERTIFICATE----- WARN [kuma_client::util] Invalid snippet line: 'MIIDdzCCAl+gAwIBAgIEbG9naDANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMC'
When using \\n to escape new lines, the certificate passed to uptime kuma contains literal \n characters, causing a PEM format error.
The text was updated successfully, but these errors were encountered:
I'm encountering an issue with formatting a TLS certificate in an environment variable for use with the software. Specifically, when I include the certificate with newline characters, I receive warnings for each line of the certificate.
WARN [kuma_client::util] Invalid snippet line:-----BEGIN CERTIFICATE----- WARN [kuma_client::util] Invalid snippet line: 'MIIDdzCCAl+gAwIBAgIEbG9naDANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMC'
When using
\\n
to escape new lines, the certificate passed to uptime kuma contains literal\n
characters, causing a PEM format error.The text was updated successfully, but these errors were encountered: