Skip to content

Deviad/oauth2_spring_ely5

Repository files navigation

Generate jks (key store) file

keytool -genkeypair -alias jwt -keyalg RSA -dname "CN=jwt, L=Berlin, S=Berlin, C=DE" -keypass password -keystore jwt.jks -storepass password

Get the public key

keytool -list -rfc --keystore jwt.jks | openssl x509 -inform pem -pubkey

About

Oauth2 with Spring: explained as you were a 5-year-old

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published