Working with p12 files
Generating p12 files
Step 1: Download cl-keytool.jar Executable
cl-keytool.jar ExecutableStep 2: Set Up Your Environment Variables
export CL_KEYSTORE=":your_custom_file_name.p12"
export CL_KEYALIAS=":your_custom_file_alias"
export CL_PASSWORD=":your_custom_file_password"Step 3: Generate Your Custom .p12 File
java -jar cl-keytool.jar generateStep 4: Repeat the Process
Finding Your Node IDs
Last updated
Was this helpful?