How to create 2048 bit CSR with Java Keytool

Опубликовано: 07 Октябрь 2024
на канале: Entrust
5,607
10

This video will guide you through the process of creating a CSR using Java KeyTool.

The following commands are referenced in this video:

Run the following command to create your 2048 bit Java keystore:
keytool -genkey -alias myalias -keyalg RSA –keysize 2048 -keystore c:\yoursite.keystore

To create your CSR, run the following command:
keytool -certreq -keyalg RSA -alias myalias -file certreq.txt -keystore c:\yoursite.mykeystore

www.entrust.com