Skip to content

Commit cdf0245

Browse files
author
Alberto Iannaccone
committed
split signature
1 parent 39d832d commit cdf0245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board-configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default class BoardConfiguration {
132132
(notAfter.getUTCFullYear() - notBefore.getUTCFullYear()) + '\n' +
133133
compressedCert.serial + '\n' +
134134
compressedCert.authority_key_identifier + '\n' +
135-
compressedCert.signature + '\n';
135+
compressedCert.signature_asn1_x + compressedCert.signature_asn1_y + '\n';
136136
this.daemon.writeSerial(board.port, answers);
137137
});
138138

0 commit comments

Comments
 (0)