My questions are
- How to create
- a public key
- and private key with OpenSSL in windows?
- How to put the created public key
- in
.crt
file and - the private one in
.pcks8
file
- in
I want to use these two keys to sign a SAML assertion in Java.
Thanks in advance.