数字证书格式转换:.key和.crt转换成.pem格式 在当前的目录下 进行 cmd .key 转换成 .pem: openssl rsa -in temp.key -out temp.pem .crt 转换成 .pem: openssl x509 -in tmp.crt -out tmp.pem