2025-12-10 14:02:40 +01:00
2025-12-10 14:02:40 +01:00
2025-11-26 14:52:03 +01:00
2025-11-26 14:52:03 +01:00
2025-12-10 09:12:12 +01:00
2025-11-26 14:52:03 +01:00
2025-11-26 14:52:03 +01:00
2025-12-06 21:11:50 +01:00
2025-11-26 14:52:03 +01:00

Generate a keystore

keytool -genkeypair -alias <alias> -keyalg RSA -keysize 2048 -keystore <path/to/keystore.p12> -storetype PKCS12 -storepass <password> -validity 365 

Export certificate

keytool -exportcert -alias <alias> -keystore <path/to/keystore.p12> -storetype PKCS12 -storepass hepl -file <path/to/generated/cert.crt>

Import certificate

keytool -importcert -alias <alias> -file <path/to/cert.crt> -keystore <path/to/keystore.p12> -storetype PKCS12 -storepass <password>

Passwords

  • Key store pwd : hepl_keystore
  • Trust store pwd : hepl_truststore
Description
No description provided
Readme 261 KiB
Languages
Java 88.9%
HTML 11.1%