We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d88da8 commit b9ecf55Copy full SHA for b9ecf55
certinfo/certinfo.go
@@ -76,7 +76,7 @@ func formatKeyID(id []byte) string {
76
if i > 0 {
77
s += ":"
78
}
79
- s += fmt.Sprintf("%X", c)
+ s += fmt.Sprintf("%02X", c)
80
81
82
return s
0 commit comments