We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d832d commit cdf0245Copy full SHA for cdf0245
src/board-configuration.js
@@ -132,7 +132,7 @@ export default class BoardConfiguration {
132
(notAfter.getUTCFullYear() - notBefore.getUTCFullYear()) + '\n' +
133
compressedCert.serial + '\n' +
134
compressedCert.authority_key_identifier + '\n' +
135
- compressedCert.signature + '\n';
+ compressedCert.signature_asn1_x + compressedCert.signature_asn1_y + '\n';
136
this.daemon.writeSerial(board.port, answers);
137
});
138
0 commit comments