Skip to content

Commit

Permalink
bsserverdemo : fix UI issue, certificate usage field is not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed May 12, 2022
1 parent ff4f0ac commit 430ade3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leshan-bsserver-demo/webapp/src/views/Bootstrap.vue
Expand Up @@ -206,7 +206,7 @@ export default {
s.publicKeyOrId = fromHex(c.details.client_certificate);
s.secretKey = fromHex(c.details.client_pri_key);
s.serverPublicKey = fromHex(c.details.server_certificate);
s.certificateUsage = c.certificate_usage;
s.certificateUsage = c.details.certificate_usage;
break;
}
return s;
Expand Down

0 comments on commit 430ade3

Please sign in to comment.