Skip to content

Commit 33906c2

Browse files
authored
Update main-page.ts
1 parent a517822 commit 33906c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/main-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function enableSSLPinning(args: Observable.EventData) {
8080

8181
export function enableSSLPinningExpired(args: Observable.EventData) {
8282
let dir = fs.knownFolders.currentApp().getFolder('assets');
83-
let certificate = dir.getFile('httpbin.org.cer').path;
83+
let certificate = dir.getFile('httpbin.org.expired.cer').path;
8484
Https.enableSSLPinning({host: 'httpbin.org', certificate});
8585
console.log('enabled');
8686
}

0 commit comments

Comments
 (0)