Skip to content

Commit b9ecf55

Browse files
joshlflziest
authored andcommitted
Format SKI properly in certinfo (cloudflare#819)
1 parent 7d88da8 commit b9ecf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certinfo/certinfo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func formatKeyID(id []byte) string {
7676
if i > 0 {
7777
s += ":"
7878
}
79-
s += fmt.Sprintf("%X", c)
79+
s += fmt.Sprintf("%02X", c)
8080
}
8181

8282
return s

0 commit comments

Comments
 (0)