|
@@ -395,8 +395,8 @@ |
|
|
block discarded – undo |
|
395
|
395
|
$reqserial = $newReq->sendRequestToCa($csr, $revocationPin, $expiryDays); |
|
396
|
396
|
$this->loggerInstance->writeAudit($user, "NEW", "Certificate request - NRO: ".$this->tld." - serial: ".$reqserial." - subject: ".$csr['SUBJECT']); |
|
397
|
397
|
$reqQuery = "INSERT INTO federation_servercerts " |
|
398
|
|
- ."(federation_id, ca_name, request_serial, distinguished_name, status, revocation_pin) " |
|
399
|
|
- ."VALUES (?, 'eduPKI', ?, ?, 'REQUESTED', ?)"; |
|
|
398
|
+ ."(federation_id, ca_name, request_serial, distinguished_name, status, revocation_pin) " |
|
|
399
|
+ ."VALUES (?, 'eduPKI', ?, ?, 'REQUESTED', ?)"; |
|
400
|
400
|
$this->databaseHandle->exec($reqQuery, "siss", $this->tld, $reqserial, $csr['SUBJECT'], $revocationPin); |
|
401
|
401
|
} |
|
402
|
402
|
|
Please login to merge, or discard this patch.