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: Public Keys, Private Keys, and Certificates
  • Next: OpenSSL Project
Keytool Program

TheKeytoolProgram is a security tool encoded inBinDirectory of the JavaTM SDK.

This tool manages a type of database calledKeystore. Keystores contain two types of entries:

  • AKey entryConsists of a private key and the certificate chain for the associated public key.

  • ATrusted certificate entryIs a public key certificate that belongs to another entity and that the owner of the keystore has determined to be trustworthy.

Each entry in the keystore is identified by a uniqueAlias. When you add an entity to the keystore, you must specify an alias.

The available commands ofKeytoolProgram include the following:

  • TheGenkeyCommand generates a key pair. If you specify a keystore that does not exist, then the keystore is created.

  • TheCertreqCommand generates a Certificate Signing Request (CSR ).

  • TheImportCommand adds a certificate to a keystore. If you specify a keystore that does not exist, then the keystore is created.

  • TheExportCommand exports a certificate to a file.

  • TheListCommand prints the contents of a keystore entry.

For more information aboutKeytoolProgram, go to http://java.sun.com/j2se/1.5.0/docs/tooldocs/index.html.

  • Previous: Public Keys, Private Keys, and Certificates
  • Next: OpenSSL Project

    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.