Andrauss / springboot-angular-back

Practica basada en curso https://www.udemy.com/angular-spring (backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Generate pair of RSA keys

  1. openssl genrsa -out jwt.pem to generate the pair of keys
  2. openssl rsa -in jwt.pem will show the private key
  3. openssl rsa -in jwt.pem -pubout will show the public key

About

Practica basada en curso https://www.udemy.com/angular-spring (backend)


Languages

Language:Java 100.0%