Update certificate revocation date mentioned in mails as directed by arbitrator
Bernhard oehlich in 3rd i intermediate ruling on arbitration case a20110312.1; see also https://wiki.cacert.org/Arbitrations/a20110312.1
This commit is contained in:
parent
dcd4a08f13
commit
e4398917d1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue