AxisCommunications / docker-acap

ACAP application to add dockerd to a container capable Axis device
Apache License 2.0
15 stars 3 forks source link

Log missing TLS certificates as a warning rather than an error #245

Closed killenheladagen closed 2 months ago

killenheladagen commented 2 months ago

TLS is enabled by default and uploading certificates over HTTP needs to happen after the application has started, so the user cannot avoid this message when using HTTP rather than SSH.

The warning message already exists in tls_log_missing_cert_certs(), so this change only removes the generic error message at the call site.

Checklist before requesting a review