CreateSSLCertificate

The Oracle Communications Unified Assurance SSL Certificate and Key Creation application runs OpenSSL commands to create keys and certificates. The generated files are located in the $A1BASEDIR/etc/ssl directory.

You run this application from the command line.

The tree of trust is:

If you provide the --Type option and specify SiteCA, the application creates a new certificate authority that is specific to the site and automatically creates the Host and User-* certificates. It also creates a BundleCA.crt, containing both the Assure1CA and SiteCA. This bundle is used in applications configurations.

CreateSSLCertificate Usage Examples

To create a SiteCA certificate and dependencies:

./CreateSSLCertificate --Type SiteCA

To create a Web certificate, with separate host FQDNs:

./CreateSSLCertificate --Type Web --CN host1.example.com --AltCN host1-pres1.example.com --AltCN host1-pres2.example.com

Note:

When creating web certificates in a redundant setup, you must specify --AltCN for the host FQDNs of both presentation servers. This allows both servers to share a single certificate and permits connections to individual servers for troubleshooting.

By default, CreateSSLCertificate will not run if the requested certificate already exists. Use the --Force option to override this behavior by revoking the old certificate and creating a new one with the same name.

To have a certificate signed by a third party CA, you can use the Web.csr for the certificate signing request.

Administration Details

The following list shows the technical details you will need for advanced administration of the application: