Skip to content

Commit

Permalink
Fix self-signed edge-ca cert to use its subject name as the issuer na…
Browse files Browse the repository at this point in the history
…me. (#4710)

34e7a6c exposed a bug in certd that set
the issuer name of self-signed certs to the subject name from the CSR
rather than the overridden common name in the certd config. So the Edge CA
would be issued with subject name "iotedge workload ca <hostname>" and
issuer "iotedge workload ca", which made it a non-self-signed cert.

This was fixed in certd in
Azure/iot-identity-service@9c7c8de
  • Loading branch information
arsing authored Mar 26, 2021
1 parent 916e14e commit 40ddfff
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions edgelet/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40ddfff

Please sign in to comment.