Skip to content

Commit 78b07c5

Browse files
committed
Fix pins in demo apps
1 parent db67012 commit 78b07c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TrustKitDemo/TrustKitDemo-ObjC/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
6262

6363
// Valid SPKI hashes to demonstrate success
6464
kTSKPublicKeyHashes : @[
65-
@"YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=", // Let's Encrypt
65+
@"hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc=", // GTS Root R1
6666
@"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", // Fake key but 2 pins need to be provided
6767
]
6868
}}};

TrustKitDemo/TrustKitDemo-Swift/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
4242

4343
// Valid pin and backup pin
4444
kTSKPublicKeyHashes: [
45-
"YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=",
45+
"hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc=",
4646
"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB="
4747
],
4848
kTSKReportUris:["https://overmind.datatheorem.com/trustkit/report"],

0 commit comments

Comments
 (0)