Backport only the COM mitigation instead of everything from 1.8
This commit is contained in:
parent
75a45eeb27
commit
eabe091038
7 changed files with 75 additions and 202 deletions
|
@ -1730,7 +1730,7 @@ void EmbeddedNetworkController::_request(
|
|||
nc->certificateOfOwnershipCount = 1;
|
||||
}
|
||||
|
||||
CertificateOfMembership com(now,credentialtmd,nwid,identity.address());
|
||||
CertificateOfMembership com(now,credentialtmd,nwid,identity);
|
||||
if (com.sign(_signingId)) {
|
||||
nc->com = com;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue