openssl.exe genrsa -out pem/private_key.pem 1024
openssl.exe rsa -in pem/private_key.pem -pubout -out pem/public_key.pem
openssl.exe pkcs8 -topk8 -inform PEM -in pem/private_key.pem -outform PEM -nocrypt
openssl.exe pkcs8 -topk8 -inform PEM -in pem/private_key.pem -outform PEM -nocrypt -out pem/private_key_pkcs8.pem
2. [图片] 20140207111617156.jpg
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn