forked from I2P_Developers/i2p.i2p
SSLEepGet: Move all certificates to certificates/ssl, in preparation
for other certificate uses by SU3File
This commit is contained in:
@ -152,7 +152,7 @@ elif [ $(which certtool) ]; then : ;else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd `dirname $0`/../../installer/resources/certificates
|
||||
cd `dirname $0`/../../installer/resources/certificates/ssl
|
||||
|
||||
for i in *.crt *.cert
|
||||
do
|
||||
|
Reference in New Issue
Block a user