SecureBlackbox 2020 PHP Edition

Questions / Feedback?

GetClientCertRequest Method

Populates the per-connection certificate request object.

Object Oriented Interface

public function doGetClientCertRequest($connectionid);

Procedural Interface

secureblackbox_kmipserver_do_getclientcertrequest($res, $connectionid);

Remarks

This method populates the certificate request object received with the certificate generation request in CertificateRequest property.

Call this method from your BeforeGenerateCert event handler to populate the certificate request. You can alter the details of the certificate to be generated on this stage.

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