Implement adding and removing of members from mailing lists
[clinton/scripts.git] / ca-sign
diff --git a/ca-sign b/ca-sign
index 687ad5b..78e4a87 100755 (executable)
--- a/ca-sign
+++ b/ca-sign
@@ -31,9 +31,9 @@ cp $REQUEST $DIR/requests/$ID.csr
 
 # Update revocation list.
 echo "Updating certificate revocation list ..."
-openssl ca -config $CONF -batch -gencrl -crldays 180 -out $CRL1.pem
+openssl ca -config $CONF -batch -gencrl -crldays 30 -out $CRL1.pem
 openssl crl -outform DER -out $CRL1.crl -in $CRL1.pem
-openssl ca -config $CONF -batch -gencrl -crldays 180 -crlexts crl_ext \
+openssl ca -config $CONF -batch -gencrl -crldays 30 -crlexts crl_ext \
     -out $CRL2.pem
 openssl crl -outform DER -out $CRL2.crl -in $CRL2.pem
 cp $CRL1.crl $CRL2.crl $CA_LOC