Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

ODO Webserver

Newbie Spellweaver
Joined
Dec 19, 2014
Messages
16
Reaction score
5
HI!
How to generate the jks file?
i use this command:
keytool -genkey -alias server -keyalg RSA -keysize 2048 -keystore keystore.jks -dname "CN=odo,OU=odo, O=odo, L=odo, ST=odo, C=DE" && keytool -certreq -alias server -file keystore.csr -keystore keystore.jks

the file is generated but every time i get this error: NET::ERR_CERT_AUTHORITY_INVALID
 
Back
Top