Hello, I'm trying to Generating CSR according to - https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Debian64+-+Headless.pdf during the proccess i used password - "ompassword"
at first i didnt notice and i used the original command at manual with out changing the path "keytool -keysize 2048 -genkey -alias red5 -keyalg RSA -keystore red5/conf/keystore" now i'm trying the right path but getting error - root@vps--13600:~# keytool -keysize 2048 -genkey -alias red5 -keyalg RSA -keystore /usr/lib/red5/conf/keystore Enter keystore password: keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect root@vps--13600:~# Thank you