SecureBlackbox 2020 PHP Edition

Questions / Feedback?

GenerateCertFromPinned Method

Generates a new certificate on the KMIP server from the pinned certificate.

Object Oriented Interface

public function doGenerateCertFromPinned($publickeyuniqueidentifier, $id);

Procedural Interface

secureblackbox_kmipclient_do_generatecertfrompinned($res, $publickeyuniqueidentifier, $id);

Remarks

Use the Id parameter to provide a unique identifier for the new certificate. The method will return the actual Id assigned to the new certificate, which may differ from the one you provided.

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