To convert the pem encoded private key to pkcs8 format run the following command: ... openssl pkcs8 -topk8 -inform PEM -outform DER -in key.pem - ...
確定! 回上一頁