Processing Java CAPS for SSL Support, configuringcaps

Source: Internet
Author: User

Processing Java CAPS for SSL Support, configuringcaps
Using ing Java CAPS for SSL Support

  • Previous: SSL and Adapters
  • Next: Generating a KeyStore and TrustStore
KeyStores and TrustStores

The JSSE makes use of files calledKeyStoresAndTrustStores. The KeyStore is used by the adapter for client authentication, while the TrustStore is used to authenticate a server in SSL authentication.

  • AKeyStoreConsists of a database containing a private key and an associated certificate, or an associated certificate chain. The certificate chain consists of the client certificate and one or more certification authority (CA) certificates.

  • ATrustStoreContains only the certificates trusted by the client (a "trust" store ). these certificates are CA root certificates, that is, self-signed certificates. the installation of the Logical Host has des a TrustStore file namedCacerts. jksIn the location:


    <c:\JavaCAPS>\appserver\domains\<MyDomain>\config

    Where<C: \ JavaCAPS>Is the directory where Java CAPS is installed and<MyDomain>Is the name of your domain. This file is recommended as the TrustStore for the Sun Adapters.

Both KeyStores and TrustStores are managed by means of a utility calledKeytool, Which is a part of the Java SDK installation.

  • Previous: SSL and Adapters
  • Next: Generating a KeyStore and TrustStore
  • ©2010, Oracle Corporation and/or its affiliates

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.