支付宝 RSA2密钥长度不正确
要生成长度为2048的密钥。。。
genrsa -out app_private_key.pem 2048
rsa -in app_private_key.pem -pubout -out app_public_key.pem
要生成长度为2048的密钥。。。
genrsa -out app_private_key.pem 2048
rsa -in app_private_key.pem -pubout -out app_public_key.pem