I want to create a PKS/P12 certificate file from the RSA key pair for JWT. Have tried open SSL command
openssl.exe pkcs12 -export -out docusign.pfx -inkey docusign.key -in docusign.crt
With the inputs as the Private and Public key contents, but getting ‘unable to load certificates’