Author: dj
Date: 2010-09-09 01:18:39 -0600 (Thu, 09 Sep 2010)
New Revision: 8600
Modified:
trunk/auxfiles/mkblfsca.sh
Log:
Oops, rename files to .pem.
Modified: trunk/auxfiles/mkblfsca.sh
===================================================================
--- trunk/auxfiles/mkblfsca.sh 2010-09-09 07:12:17 UTC (rev 8599)
+++ trunk/auxfiles/mkblfsca.sh 2010-09-09 07:18:39 UTC (rev 8600)
@@ -62,17 +62,17 @@
cp "${tempfile}" tempfile.cer
"${CONVERTSCRIPT}" > tempfile.crt
keyhash=`openssl x509 -noout -in tempfile.crt -hash`
- mv tempfile.crt "certs/${keyhash}.crt"
+ mv tempfile.crt "certs/${keyhash}.pem"
rm -f tempfile.cer "${tempfile}"
- echo "Created ${keyhash}.crt"
+ echo "Created ${keyhash}.pem"
done
# Remove blacklisted files
# MD5 Collision Proof of Concept CA
-if test -f certs/8f111d69.crt
+if test -f certs/8f111d69.pem
then
echo "Certificate 8f111d69 is not trusted! Removing..."
- rm -f certs/8f111d69.crt
+ rm -f certs/8f111d69.pem
fi
# Finally, generate the tarball and clean up.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page