openssl pkcs12 -export -out client.p12 -inkey clientkey.key -in client.crt
-certfile ca.crt
or
openssl pkcs12 -export -out client.p12 -inkey clientkey.pem -in client.pem
-certfile ca.pem
when it asks password give it and it will ask again to verify it and give it
No comments:
Post a Comment