Configure syslog driver at DeploymentManifest

Omar Navarro 326 Reputation points
2022-08-19T16:16:31.967+00:00

When configuring syslog as the logging driver for an edge module which certificates are needed? Do new certificates need to be created?

Docker documentation mentions the following three certificates:
syslog-tls-ca-cert
syslog-tls-cert
syslog-tls-key

https://docs.docker.com/config/containers/logging/syslog/#options

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
535 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,116 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 27,386 Reputation points
    2022-08-22T13:58:25.11+00:00

    @Omar Navarro When you first install IoT Edge and provision your device, the device is set up with temporary certificates so that you can test the service. These temporary certificates expire in 90 days, or can be reset by restarting your machine. Once you move into a production scenario, or you want to create a gateway device, you need to provide your own certificates.

    I suggest you, please go through Manage certificates on an IoT Edge device, Understand how Azure IoT Edge uses certificates and IoT Edge Logging Module for more details.

    0 comments No comments