3.5 Certificate recovery web page

When recovering certificates to an iOS device using the Collect My Soft Certificates workflow, the web services use an intermediate web page to present a link to the PFX files. The app loads the pages in the Safari browser and the user selects the link to download the PFX files.

To present the PFX files to the user, the certificates are converted into an XML file that is transformed into HTML using XSL. If required, you can modify the transform file to present the PFX files to the user.

The transform file is PFX-512-Download.xslt, and is installed to the following folder by default:

C:\Program Files\Intercede\MyID\SSP\MyIDProcessDriver\Transforms\

Note: If you provide any images in your transform, you are recommended to use absolute paths rather than relative paths.

The standard transform file displays a simple HTML page with a link to the PFX files that are provided in the /Certificates/certificate/PFXFileName nodes of the XML. The readable name in /Certificates/certificate/CertPolicy is used for the text of the link.

3.5.1 Available attributes

The XML comprises a top-level Certificates node containing one or more certificate nodes. Each certificate node contains the following attributes.

Note: Not all attributes are relevant to soft certificates.