Creating a CA Certificate and Key
This procedure describes how to create a CA certificate and Key.
Begin
- Run one of the following commands:
- UNIX: em bmcpython $HOME/ctm_em/bin/generate_ssl_certificate.py generate --rootKey <ca_key_path> --rootCert <ca_cert_path>
- Windows: bmcpython "%EM_HOME%\bin\generate_ssl_certificate.py" generate --rootKey <ca_key_path> --rootCert <ca_cert_path>
- Update the CA certificate, as described in Updating the CA Certificate.
The CA Certificate and Key are created.