How to create keystore.jks and create private.der and public.der cert file -
问题 I am looking to implement token based authentication (Nimbus JOSE+JWT) in my Angular Spring MVC Application. I also wanted to implement the RSA based keystore tool and to have a 'Private' and 'public' key based authentication to identify the client. How can I do that ? I simply need to do the following steps: 1) Create a .keystore 2) Generate private.der cert file 3) Generate public.der cert file. I know how to load the private and public key from the link : Load RSA public key from file