Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cdf0245

Browse files
author
Alberto Iannaccone
committedAug 28, 2018
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)
Please sign in to comment.