Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 250 Bytes

OpenSSL.md

File metadata and controls

7 lines (4 loc) · 250 Bytes

openssl genrsa -out jwt.pem 2048 - command to generate private and public key

openssl rsa -in jwt.pem - command to fetch private key

openssl rsa -in jwt.pem -pubout - command to fetch public key