The following tags are added to the Safex XML to support certificates during application registration with CA EEM:
<Register certtype="pem" certfile="RBC_Hospital.pem" keyfile="RBC_Hospital.key" password="RBC_Hospital">
Specifies the name of the PEM certificate file.
Specifies the private key file.
Specifies the password required to read the pem file. In FIPS-only mode, password tag must be blank.
<Register certtype="p12" certfile="RBC_Hospital.p12" password="RBC_Hospital">
Specifies the name of the P12 file.
Specifies the password required to read the P12 file.
<Register certtype="p11" pkcs11lib="pkcs11lib" token="token" userpin="userpin" id=”id” sensitive=”true”>
Specifies the path to the PKCS11 library implementation.
Specifies the hardware token name.
Specifies the user pin required to log in.
Specifies the certificate label.
Specifies if the private key is treated as sensitive data or not. If the private key path is specified as sensitive, the private key cannot be copied.
Value: [True|False].
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |