##Generate pair of RSA keys openssl genrsa -out jwt.pem to generate the pair of keys openssl rsa -in jwt.pem will show the private key openssl rsa -in jwt.pem -pubout will show the public key