一、
1.1.异常情况:unable to load Private Key
6900:error:28078065:UI routines:UI_set_result_ex:result too small:crypto\ui\ui_lib.c:903:You must type in 4 to 1023 characters
unable to load Private Key
6900:error:28078065:UI routines:UI_set_result_ex:result too small:crypto\ui\ui_lib.c:903:You must type in 4 to 1023 characters
6900:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto\evp\evp_enc.c:570:
6900:error:0906A065:PEM routines:PEM_do_header:bad decrypt:crypto\pem\pem_lib.c:461:
1.2 异常原因:执行openssl rsa -passin pass:x -in server.pass.key -out server.key命令时,由于通过openssl genrsa -des3 -passout pass:x -out server.pass.key 2048命令生成server.pass.key文件时,设置的密码太短
1.3解决方案:删除掉原来命令生成的文件
1.3.1 修改命令中密