Skip to content

Commit d3e5e2c

Browse files
committed
Update raw pinning to the latest ISRG_X1 hash
1 parent a6d7519 commit d3e5e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/tech/httptoolkit/pinning_demo/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import javax.net.ssl.*
4343
// We check for both the long-term root & intermediate, because some servers don't seem to
4444
// include the ISRG in the chain (assuming it's in our trust store). Unfortunately the R3
4545
// intermediate cert will expire in September 2025, but we may have our own testserver by then.
46-
const val LETS_ENCRYPT_ISRG_X1_ROOT_PK_SHA256 = "C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHFr8M="
46+
const val LETS_ENCRYPT_ISRG_X1_ROOT_PK_SHA256 = "NYbU7PBwV4y9J67c4guWTki8FJ+uudrXL0a4V4aRcrg="
4747
const val LETS_ENCRYPT_R3_INTERM_PK_SHA256 = "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0="
4848

4949
@Suppress("UNUSED_PARAMETER")

0 commit comments

Comments
 (0)