Cumulocity-IoT / cumulocity-devicemanagement-agent

Cumulocity Reference Agent written in Python to demonstrate most of the Device Management Capabilities of Cumulocity IoT
Apache License 2.0
26 stars 20 forks source link

build devcontainer along with cert & add cert upload script #33

Closed 6293 closed 3 years ago

6293 commented 3 years ago

https://github.com/SoftwareAG/cumulocity-devicemanagement-agent/issues/25

6293 commented 3 years ago

make sense to extend start.sh to take arguments? e.g.

./start.sh --username kiyofuji@xxx.com --password 1234

Those values are passed into agent.ini in the container via environment variables, saving our effort to modify agent.ini manually after the container start.