Previous Topic: getCountOfProcessStatesNext Topic: getEEMArtifactTokenForUser


getEEMArtifactToken

The getEEMArtifactToken function generates a CA EEM artifact token, typically for a single use.

Syntax

getEEMArtifactToken (certificateFilePath, {certificatePassword | KeyFilePath})

Arguments

certificateFilePath

The relative path (File Path) to the certificate file. The certificate file is uploaded using Manage User Resources in the Configuration tab.

certificatePassword (String) | KeyFilePath (String)

One of the following arguments:

Return Value

CA EEM artifact token (String)

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")