Previous Topic: Changes to Safex XMLNext Topic: Changes to Display of Filters in GUI


Issuing Certificates Using Safex

The following new tags are included with the Safex XML to issue certificates:

P12 certificate

<Register certtype="p12" certfile="sample.p12" password="sample"/>

PEM certificate

<Register certtype="pem" certfile="sample.pem" keyfile="sample.key" password="sample">

Note: FIPS-only mode does not support passwords. In FIPS-only mode, the password must be empty.

P11 certificate

<Register certtype="p11" pkcs11lib="pkcs11lib" token="token" userpin="userpin" id=”id” sensitive=”true”>