diff options
Diffstat (limited to 'scripts/mail-weak-keys.php')
-rwxr-xr-x | scripts/mail-weak-keys.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mail-weak-keys.php b/scripts/mail-weak-keys.php index 018bd64..95c0e4f 100755 --- a/scripts/mail-weak-keys.php +++ b/scripts/mail-weak-keys.php @@ -137,7 +137,7 @@ CAcert Suport Team $num_client = 0; $num_orgdomain = 0; $num_orgclient = 0; - $action_date = '2011-04-??'; + $action_date = '2011-07-15'; $in = fopen("php://stdin", "r"); while($in_string = rtrim(fgets($in, 255))) { list($cert_type, $cert_email, $owner_name, $cert_expire, $cert_CN, $reason, $cert_serial) = explode("\t", $in_string); |