Documentation
ODP 3.3.6.4-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
JKS Creation and Management
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Creating a Java Keystore (JKS) with a Self-Signed Certificate
To create a Java Keystore (JKS) with a self-signed certificate, use the following command:
keytool -genkeypair -alias myalias -keyalg RSA -keystore keystore.jks -storepass password -validity 365
Converting PKCS12 to JKS
To convert an existing PKCS12 keystore to JKS format, execute:
keytool -importkeystore -srckeystore keystore.p12 -srcstoretype pkcs12 -destkeystore keystore.jks -deststoretype jks
Listing Certificates in a JKS
To list all certificates in a JKS file, run:
keytool -list -v -keystore keystore.jks -storepass password
Last updated on Nov 18, 2024
Was this page helpful?
Next to read:
Extracting Certificates and Keysnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message