Azure-Samples / Azure-Samples/iotedge_config_cli
Chain of Certificates created after using own root cert expires after a year
- Dominant language
- Rust
- Stars
- 8
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
In iotedge_config.yml, we have used our own root certificate that is valid until 5 years from creation.
_##Root certificate used to generate device CA certificates. Optional. If not provided a self-signed CA will be generated
certificates:
root_ca_cert_path: "path to our own root cert""
root_ca_cert_key_path: "path to our own root cert key"_
However, the chain of certs created for both the parent and child devices are valid only until 1 year from the time the tool creates them.
Is there a way to sign longer lasting certificates using the iotedge_config tool?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.