mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 05:35:07 -05:00
6 lines
330 B
Plaintext
Executable File
6 lines
330 B
Plaintext
Executable File
keytool -genkeypair -alias anonymous -keyalg RSA -keysize 2048 -keystore keystore.jks
|
|
keytool -export -alias anonymous -keystore keystore.jks -rfc -file selfsignedcert.cer
|
|
keytool -import -alias anonymous -file selfsignedcert.cer -keystore truststore.jks
|
|
java -jar ../../build/exported/Tools.jar --export-pem file=truststore.jks
|
|
|