openssl genpkey -out rsa_key.pem -algorithm RSA -pkeyopt rsa_keygen_bits:2048
CJ
从私钥中读取公钥并且写入到 pem(x509)格式
用 SHA256withRSA 签名
使用 SHA256withRSA 验签