##Generate pair of RSA keys
openssl genrsa -out jwt.pemto generate the pair of keysopenssl rsa -in jwt.pemwill show the private keyopenssl rsa -in jwt.pem -puboutwill show the public key
| Name | Name | Last commit date | ||
|---|---|---|---|---|
##Generate pair of RSA keys
openssl genrsa -out jwt.pem to generate the pair of keysopenssl rsa -in jwt.pem will show the private keyopenssl rsa -in jwt.pem -pubout will show the public key