openssl genrsa -out key.pem 1024 openssl rsa -in key.pem -text -nooutPrivate Key ที่ได้จะอยู่ในไฟล์ชื่อ key.pem
สำหรับการสร้าง Public Key สามารถใช้คำสั่งดังนี้
openssl rsa -in key.pem -pubout -out pub.pem openssl rsa -in pub.pem -pubin -text -nooutPublic Key ที่ได้จะอยู่ในไฟล์ชื่อ pub.pem
No comments:
Post a Comment