root@xxxxxx]# keytool -genkey -alias mypassword -keyalg RSA bash: keytools: command not found
>搜索我的java安装路径
find / -name jre
>移动到java目录(我的服务器上安装了jre)
cd /path/to/jre/location
>使用keytool命令创建ssl证书
./keytool -genkey -alias [mypassword] -keyalg [RSA]