We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d7519 commit d3e5e2cCopy full SHA for d3e5e2c
app/src/main/java/tech/httptoolkit/pinning_demo/MainActivity.kt
@@ -43,7 +43,7 @@ import javax.net.ssl.*
43
// We check for both the long-term root & intermediate, because some servers don't seem to
44
// include the ISRG in the chain (assuming it's in our trust store). Unfortunately the R3
45
// 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="
+const val LETS_ENCRYPT_ISRG_X1_ROOT_PK_SHA256 = "NYbU7PBwV4y9J67c4guWTki8FJ+uudrXL0a4V4aRcrg="
47
const val LETS_ENCRYPT_R3_INTERM_PK_SHA256 = "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0="
48
49
@Suppress("UNUSED_PARAMETER")
0 commit comments