Add scripts that collect the sha256 fingerprints of I2P sites

This commit is contained in:
idk
2022-10-16 12:32:17 -04:00
parent b45fc7a7dd
commit c4d4c44250
7 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
17:42:0B:AB:B6:4F:24:51:5E:BC:AD:10:44:9E:2C:C9:37:BB:28:89:74:62:6B:0A:9F:23:4C:5E:A5:EA:64:91

View File

@ -0,0 +1 @@
EC:43:E8:DC:29:8E:BB:78:B9:88:70:ED:21:1A:8E:AD:FA:8D:6F:5E:D9:56:54:89:9F:7B:30:58:1E:03:02:CE

7
tls_certs/get.sh Executable file
View File

@ -0,0 +1,7 @@
#! /usr/bin/env bash
openssl x509 -noout -fingerprint -sha256 -in <(openssl s_client -connect i2p.net:443) | grep "sha256 Fingerprint" | sed 's|sha256 Fingerprint=||g' > i2p.net.sha256
openssl x509 -noout -fingerprint -sha256 -in <(openssl s_client -connect geti2p.net:443) | grep "sha256 Fingerprint" | sed 's|sha256 Fingerprint=||g' > geti2p.net.sha256
openssl x509 -noout -fingerprint -sha256 -in <(openssl s_client -connect i2pgit.org:443) | grep "sha256 Fingerprint" | sed 's|sha256 Fingerprint=||g' > i2pgit.org.sha256
openssl x509 -noout -fingerprint -sha256 -in <(openssl s_client -connect deb.i2p2.de:443) | grep "sha256 Fingerprint" | sed 's|sha256 Fingerprint=||g' > deb.i2p2.de.sha256
openssl x509 -noout -fingerprint -sha256 -in <(openssl s_client -connect deb.i2p2.no:443) | grep "sha256 Fingerprint" | sed 's|sha256 Fingerprint=||g' > deb.i2p2.no.sha256
openssl x509 -noout -fingerprint -sha256 -in <(openssl s_client -connect i2pforum.net:443) | grep "sha256 Fingerprint" | sed 's|sha256 Fingerprint=||g' > i2pforum.net.sha256

View File

@ -0,0 +1 @@
5B:09:29:D9:26:64:7D:0E:33:B6:4A:9D:6F:58:FA:5E:24:EF:18:81:21:A9:A9:4F:8B:D2:CE:D8:74:91:60:8B

1
tls_certs/i2p.net.sha256 Normal file
View File

@ -0,0 +1 @@
5B:09:29:D9:26:64:7D:0E:33:B6:4A:9D:6F:58:FA:5E:24:EF:18:81:21:A9:A9:4F:8B:D2:CE:D8:74:91:60:8B

View File

@ -0,0 +1 @@
BB:2F:77:2D:C1:18:8C:63:BC:5F:9B:33:36:F3:4A:D3:52:44:B0:F7:4E:03:2F:E1:6B:33:E5:FB:01:9E:9B:C6

View File

@ -0,0 +1 @@
D5:E4:E0:88:B2:21:69:F2:A1:6F:AB:FF:97:08:8C:65:5C:2C:27:2A:B1:CB:E7:49:A4:54:10:52:81:B4:4D:B1