Skip to content

Commit

Permalink
Fix pins in demo apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Jun 18, 2021
1 parent db67012 commit 78b07c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TrustKitDemo/TrustKitDemo-ObjC/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

// Valid SPKI hashes to demonstrate success
kTSKPublicKeyHashes : @[
@"YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=", // Let's Encrypt
@"hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc=", // GTS Root R1
@"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", // Fake key but 2 pins need to be provided
]
}}};
Expand Down
2 changes: 1 addition & 1 deletion TrustKitDemo/TrustKitDemo-Swift/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

// Valid pin and backup pin
kTSKPublicKeyHashes: [
"YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=",
"hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc=",
"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB="
],
kTSKReportUris:["https://overmind.datatheorem.com/trustkit/report"],
Expand Down

0 comments on commit 78b07c5

Please sign in to comment.