Configuring Java CAPS for SSL support

Source: Internet
Author: User

Configuring Java CAPS for SSL support
    • Previous: SSL and Adapters
    • Next: Generating a KeyStore and Truststore
Keystores and Truststores

The JSSE makes use of files called keystores and truststores. The KeyStore is used by the adapter for client authentication and while the Truststore are used to authenticate a server in SS L authentication.

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

  • A Truststore contains only the certificates trusted by the client (a "trust" store). These certificates is CA root certificates, which is, self-signed certificates. The installation of the Logical Host includes a truststore file named Cacerts.jks in the location:


    <c:\javacaps>\appserver\domains\<mydomain>\config

    Where is the <c:\JavaCAPS> directory where Java CAPS are 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 called Keytool, which was a part of the Java SDK Installation.

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

Configuring Java CAPS for SSL support

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.