SecureBlackbox 2020 PHP Edition

Questions / Feedback?

GetClientCert Method

Populates the per-connection certificate object.

Object Oriented Interface

public function doGetClientCert($connectionid);

Procedural Interface

secureblackbox_kmipserver_do_getclientcert($res, $connectionid);

Remarks

This method populates the certificate template/object received with the certificate generation request in GeneratedCert property.

Call this method from your BeforeGenerateCert event handler to populate the certificate template, as received in the request. It is still not late to alter the details of the certificate on this stage.

Call it from your AfterGenerateCert event handler to populate the certificate that has been generated.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]