LogoLogo
Kadeck DocumentationSubmit Ticket
  • Platform overview
  • Deployment
  • API Reference
  • Platform updates
  • Introduction
  • Context & Scope
  • Interoperability & Network
  • System Requirements
  • Configuration List
  • Deployments
    • Overview
    • Basic Setup
    • Advanced Setup
    • Automated Deployment
    • Identity Provider Integration
    • License Activation Scenarios
  • FAQs
    • How do I create a certificate and keystore?
  • How do I access the container images?
  • How to make container images offline available?
  • How do I configure the memory for Portal?

Legal

  • Legal Notice
  • Privacy Policy

© 2025 Xeotek Inc. and its affiliates

On this page

Was this helpful?

Export as PDF
  1. FAQs

How do I create a certificate and keystore?

The following command, will create a self-signed RSA certificate with 2048 bits and store it inside a keystore file:

keytool -genkey -keyalg RSA -alias dshportal -keystore selfsigned.jks -validity <days> -keysize 2048

Enter the password to access the certificate in the keystore and then fill in the rest of the requested data.

To verify that the keystore contains a valid certificate, run the following command:

keytool -list -v -keystore selfsigned.jks

The tool should prompt for the password to access the certificate and show the information entered in the previous steps.

PreviousLicense Activation ScenariosNextHow do I access the container images?

Last updated 1 month ago

Was this helpful?