ssleepget

This commit is contained in:
zzz
2010-02-04 18:06:30 +00:00
parent 768d4ce1e2
commit 54d637e7f9
3 changed files with 10 additions and 0 deletions

10
eepget/ssleepget Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
#
# note that this will fail on any cert problems, including
# expired, selfsigned, or CA not in the java cacerts file.
#
# use the following line instead to see cert debug output
#
#java -Djava.security.debug=certpath -Djavax.net.debug=trustmanager -cp $I2P/lib/i2p.jar net.i2p.util.SSLEepGet "$@"
#
java -cp $I2P/lib/i2p.jar net.i2p.util.SSLEepGet "$@"