SSL – crt证书转换为pem格式 1. Linux 需要首先安装 openssl yum install -y openssl 2. 运行 openssl x509 -outform PEM -in certificate.crt -out certificate.pem