Generating an EEM certificate in autosys_secure results in the following error messages:
CAUAJM_I_60200 CA EEM certificate generated successfully.
CAUAJM_E_10436 Security server unreachable or invalid authentication certificate file.
CAUAJM_E_10434 Error initiating security session.
[EE_BADOBJECT Bad Object]
[CertificateReader::loadPEM - cannot read certificate]
[CertificateReader::loadPEM - cannot read certificate]
This is caused by a lack of permissions to the /tmp directory.
The /tmp directory must have the following permissions:
drwxrwxrwt or 1777
Also, the owner and group should be set to root.
Run the following commands to correct this:
chmod 1777 /tmp
chown root:root /tmp
After these changes have been made, run autosys_secure to configure EEM Security and generate the certificate.