We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 395907a + 6b5ce68 commit a47bc20Copy full SHA for a47bc20
1 file changed
testssl.sh
@@ -8181,7 +8181,9 @@ determine_cert_fingerprint_serial() {
8181
result="${result//serial=}"
8182
result="${result//:/}"
8183
result="${result//SHA1 /}"
8184
+ result="${result//sha1 /}"
8185
result="${result//SHA256 /}"
8186
+ result="${result//sha256 /}"
8187
# When the serial number is too large we'll get a 0x0a LF after 70 ASCII chars (see #2010).
8188
# Thus we clean them here so that it is displayed correctly.
8189
result="${result/[$'\n\r']/}"
0 commit comments