ImportSignedCSR Method
Imports a signed CSR.
Object Oriented Interface
public function doImportSignedCSR($signedcsr, $keyname);
Procedural Interface
ipworksopenpgp_certmgr_do_importsignedcsr($res, $signedcsr, $keyname);
Remarks
This method will import a signed Certificate Signing Request (CSR). SignedCSR specifies a certificate that has been signed by a trust authority. KeyName is the name of the keyset (public/private key pair) that was used to create the original Certificate Signing Request (CSR).
NOTE: This functionality is only available in Windows.