Documentation
ODP 3.3.6.3-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?
Creating a Keystore in PKCS12 Format
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
To create a PKCS12 keystore from your private key file, certificate, and root public certificate, use the following command:
Bash
openssl pkcs12 -export -out corp_cert_chain.pfx -inkey <private-key>.key -in <cert.cer> -certfile <root_intermediate>.cerExamples
Bash
# Concatenate Intermediate and Root CA certificatescat <Intermediate_cert> <RootCA_cert> > ca-chain.pemBash
# Create a PKCS12 keystore from the server key and certificateopenssl pkcs12 -export -inkey server.key -in server.pem -certfile ca-chain.pem -out keystore.pfxBash
# Convert PKCS12 keystore to JKSkeytool -v -importkeystore -srckeystore keystore.pfx -srcstoretype PKCS12 -destkeystore keystore.jks -deststoretype JKS -srcalias 1 -destalias `hostname -f`Importing Intermediate Certificates to Truststore
To import missing intermediate certificates into the truststore:
Bash
keytool -import -keystore truststore.jks -file <Intermediate_cert> -alias "Intermediate_cert"Bash
keytool -import -keystore truststore.jks -file <Root_cert> -alias "Root_cert"Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Nov 18, 2024
Was this page helpful?
Next to read:
TLS VerificationDiscard 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