Posts

Showing posts from September, 2017

Configuring SSL on Oracle WebLogic

Setting up SSL on Oracle WebLogic: To setup SSL on Oracle WebLogic application server, you need to perform the following tasks: Obtain an identity (private key and digital certificates) and trust (certificates of trusted certificate authorities) for Oracle WebLogic application server. Store the identity and trust. Private keys and trust CA certificates are stored in keystores. Configure the identity and trust the keystores for Oracle WebLogic application server in the administration console . Set SSL attributes for the private key alias and password in Oracle WebLogic administration console. Certificates and Keypairs:          Certificates are used for validating the authenticity of the server. Certificates contains the name of the owner, certificate usage, duration of validity, resource location or distinguished name (DN), which includes the common name (CN - web site address or e-mail address depending of the usage) and the certificate I...