Category Archives: Weblogic

Security Implementation in Weblogic Server

Securing web service or web applications deployed on web logic server are achieved by following the below steps

  1. Obtaining the Certificates
  2. Keystore
  3. Configure WLS with keystore and enable SSL
  1. Obtain the Certificate: You can obtain the certificates from the certificate signing authority (i.e. Certificate Authority, CA like VeriSign etc.)

    Otherwise you can obtain certificate by accessing the URL of the external system you want you use in integration.

    There are two types of certificates

    Trusted Certificates – These are certificates of Certifying Authority (CA).

    Identity Certificates – These are certificates of Server to which certificates are issued.

    Continue reading →