REM 打开命令提示符(管理员)cd C:\nifi REM 生成密钥库 keytool -genkeypair -alias nifi-key -keyalg RSA -keysize 2048 -validity 365 -keystore .\conf\keystore.p12 -sto