The getEEMArtifactToken function generates a CA EEM artifact token, typically for a single use.
Syntax
getEEMArtifactToken (certificateFilePath, {certificatePassword | KeyFilePath})
Arguments
The relative path (File Path) to the certificate file. The certificate file is uploaded using Manage User Resources in the Configuration tab.
One of the following arguments:
Return Value
Examples
The following example shows FIPS support is enabled in CA EEM:
Process.artifactToken = getEEMArtifactToken (".c2ouserresources/mycerts/pam.12", "mypassword")
Process.artifactToken = getEEMArtifactToken (".c2ouserresources/mycerts/upload/pam.cer", ".c2ouserresources/mycerts/keys/pam.key")
|
Copyright © 2014 CA.
All rights reserved.
|
|