hey everyone I got a user Certificate from a CA. I exported the user certificate and saved it as pkcs12 in my globus home dir.
I also set a password. I am trying to run the command openssl pkcs12 -in keycert.p12 -clcerts -nokeys -out usercert.pem it gives me this Usage: pkcs12 [options] where options are ( a bunch of options) I am not sure which one to select.
