To perform operations in the CA Server Automation UI, obtain the administrator user p12 file from the GalaX environment. The p12 file provides you administrator privileges to configure, monitor, and manage the GalaX environment.
The p12 certification file is generated during the GalaX installation. The certification file is globally unique and only valid for a specific Elastic Service Controller (ESC) API. You cannot use the file to access other GalaX ESC servers.
Before you perform the following procedure, verify the IP address of your GalaX ESC server and the password for the user root.
Follow these steps:
You also require this password when you configure the connection between the CA Server Automation manager and the GalaX ESC server.
cd /opt/eucalyptus/.euca
This directory contains certification files.
The file names have the following format:
Openssl pcks12 -export -in <digit-signed certification file> -out admin.p12 -inkey <private key certification file>
Example:
openssl pkcs12 -export -in euca2-admin-109f9d47-cert.pem -out admin.p12 -inkey euca2-admin-109f9d47-pk.pem
The system generates the required admin.p12 certification file in the /opt/eucalyptus/.euca directory.
Copyright © 2013 CA. All rights reserved. |
|