Skip to content

Commit

Permalink
drop redundant intermediate pins
Browse files Browse the repository at this point in the history
It no longer makes sense to do this now that Let's Encrypt always uses
their own root certificates.
  • Loading branch information
thestinger committed May 4, 2023
1 parent 4defd7b commit 2c0e272
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
<!-- ISRG Root X2 -->
<pin digest="SHA-256">diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=</pin>

<!-- Let's Encrypt R3 -->
<pin digest="SHA-256">jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=</pin>

<!-- Let's Encrypt E1 -->
<pin digest="SHA-256">J2/oqMTsdhFWW/n85tys6b4yDBtb6idZayIEBx7QTxA=</pin>

<!-- Let's Encrypt R4 -->
<pin digest="SHA-256">5VReIRNHJBiRxVSgOTTN6bdJZkpZ0m1hX+WPd5kPLQM=</pin>

<!-- Let's Encrypt E2 -->
<pin digest="SHA-256">vZNucrIS7293MQLGt304+UKXMi78JTlrwyeUIuDIknA=</pin>

<!-- ECDSA secp256r1 backup key -->
<pin digest="SHA-256">drRsq5LgQXsqyraaN1122zCpsfaOpVr0hN5VG1VvQ3E=</pin>

Expand Down

0 comments on commit 2c0e272

Please sign in to comment.