Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Update certificate for stayaway.min-saude.pt (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
djcouto authored Jul 5, 2021
1 parent e9397de commit 8de1a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class CertificatePinning {
private static final CertificatePinner CERTIFICATE_PINNER_LIVE = new CertificatePinner.Builder()
.add("stayaway.incm.pt", "sha256/KArAwbAlrVTa8DektoICjekhEwhJWKU39zEeo3SxzWA=")
.add("stayaway.min-saude.pt", "sha256/N36p2K8/nu2qtj9uNAIxjVv/GNlVgXggPVjdhLXbZQg=")
.add("stayaway.min-saude.pt", "sha256/Ud3zjF0T6gbOC5mwvzJSBPDLgAgu9OJ8ZbM9gkeZxxQ=")
.build();

private static final CertificatePinner CERTIFICATE_PINNER_DISABLED = new CertificatePinner.Builder().build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class CertificateEvaluator: NSObject, URLSessionDelegate {
kTSKEnforcePinning : true,
kTSKPublicKeyHashes: [
"N36p2K8/nu2qtj9uNAIxjVv/GNlVgXggPVjdhLXbZQg=",
"Ud3zjF0T6gbOC5mwvzJSBPDLgAgu9OJ8ZbM9gkeZxxQ=",
"fj/z1XrBbJbj18u72Y0mLqUd4ZCcXVyzgBr8QN9NXwA="
],],
]
Expand Down

0 comments on commit 8de1a8f

Please sign in to comment.