Azure-Samples / iot-edge-opc-plc

Sample OPC UA server with nodes that generate random and increasing data, anomalies and much more ...
MIT License
223 stars 95 forks source link

Fix path for certificate persistency in readme #227

Closed laurent-martin closed 1 year ago

laurent-martin commented 1 year ago

Folder /appdata does not exist in the container image. it's /app and the cert folder is pki.

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

What to Check

The default WORKDIR here: https://github.com/Azure-Samples/iot-edge-opc-plc/blob/main/tools/scripts/docker-source.ps1#L172 is /app

Other Information