Skip to content

Commit

Permalink
fix pins in the network security config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan committed Apr 12, 2017
1 parent 7ce9151 commit beb9b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/network_security_config.xml
Expand Up @@ -5,7 +5,7 @@
<!-- Valid pins -->
<pin-set expiration="2018-01-01">
<pin digest="SHA-256">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</pin>
<pin digest="SHA-256">cGuxAXyFXFkWm61cF4HPWX8S0srS9j0aSqN0k4AP+4A=</pin>
<pin digest="SHA-256">58qRu/uxh4gFezqAcERupSkRYBlBAvfcw7mEjGPLnNU=</pin>
</pin-set>
<trustkit-config enforcePinning="true" disableDefaultReportUri="true">
<report-uri>https://overmind.datatheorem.com/trustkit/report</report-uri>
Expand Down
4 changes: 2 additions & 2 deletions trustkit/src/androidTest/res/xml/network_security_config.xml
Expand Up @@ -7,7 +7,7 @@
<pin-set>
<!-- Pin the CA/Anchor key -->
<pin digest="SHA-256">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</pin>
<pin digest="SHA-256">cGuxAXyFXFkWm61cF4HPWX8S0srS9j0aSqN0k4AP+4A=</pin>
<pin digest="SHA-256">58qRu/uxh4gFezqAcERupSkRYBlBAvfcw7mEjGPLnNU=</pin>
</pin-set>
<trustkit-config enforcePinning="true">
</trustkit-config>
Expand All @@ -18,7 +18,7 @@
<pin-set>
<!-- Pin the Leaf key -->
<pin digest="SHA-256">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</pin>
<pin digest="SHA-256">2kOi4HdYYsvTR1sTIR7RHwlf2SescTrpza9ZrWy7poQ=</pin>
<pin digest="SHA-256">58qRu/uxh4gFezqAcERupSkRYBlBAvfcw7mEjGPLnNU=</pin>
</pin-set>
<trustkit-config enforcePinning="true">
</trustkit-config>
Expand Down

0 comments on commit beb9b51

Please sign in to comment.