Author: dj
Date: 2010-09-01 18:37:33 -0600 (Wed, 01 Sep 2010)
New Revision: 8594

Modified:
   trunk/auxfiles/makeblfscas.sh
Log:
Update certgen script for new nss, and remove bad certs

Modified: trunk/auxfiles/makeblfscas.sh
===================================================================
--- trunk/auxfiles/makeblfscas.sh       2010-08-31 11:13:32 UTC (rev 8593)
+++ trunk/auxfiles/makeblfscas.sh       2010-09-02 00:37:33 UTC (rev 8594)
@@ -5,7 +5,7 @@
 # Version number is obtained from the version of nss.
 if test -z "${1}"
 then
-    VERSION="3.12.6"
+    VERSION="3.12.7.0"
 else
   VERSION="${1}"
 fi
@@ -46,6 +46,14 @@
   mv "${TEMPDIR}/certs/${certbegin}" "${TEMPDIR}/certs/${keyhash}.pem"
 done
 
+# Remove expired CAs
+if test -f "${TEMPDIR}/certs/8f111d69.pem"; then
+  rm "${TEMPDIR}/certs/8f111d69.pem"
+fi
+if test -f "${TEMPDIR}/certs/f2cce23a.pem"; then
+  rm "${TEMPDIR}/certs/f2cce23a.pem"
+fi
+
 cd "${TEMPDIR}"
 tar -jcf "${TARBALL}" certs/
 cd ..

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to