Setting up SSL for production environments
WebLogic Server 12c supports SSL to add security and encryption to the data transmitted over the network.
In this recipe, SSL will be enabled in the PROD_AdminServer
instance of the PROD_DOMAIN
domain.
A new identity keystore and a new trusted keystore will be created to store the new certificate. The WebLogic Server instances and the Node Manager will be configured to enable the SSL protocol and use the custom keystores.
Getting ready
The keystores are created with the
keytool
command-line utility, and we will demonstrate signing a certificate with the CertGen
Java utility. keytool
comes as standard with the Java distribution, and
CertGen
is part of the WebLogic Server. Both utilities run from the command ...
Get Oracle WebLogic Server 12c Advanced Administration Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.