SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

GenerateCSR Method

Creates a new certificate signing request (CSR).

Object Oriented Interface

public function doGenerateCSR($keybits);

Procedural Interface

secureblackboxlite_certificatemanager_do_generatecsr($res, $keybits);

Remarks

Call this method to generate a new certificate request with the specified parameters. The newly generated CSR is saved in CertificateRequest property. Use ExportCSR and ExportKey to serialize the generated objects.

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