Commit 9c2e871
committed
Fix Android hash subject calculation
This broke Android setup with new certificates, because changes to the
certificate generation code resulted in a subject starting with 0, which
was lost in the filename, and so never matched. This bug has always been
present, but wasn't visible until that took effect.
This now left-pads with 0s to resolve this issue.1 parent ae69b30 commit 9c2e871
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments