There was an error while loading. Please reload this page.
Enter the command:
openssl pkcs12 -export -out server.pks -in server.crt -inkey server.key
You will be prompted twice for the pks file password:
Enter Export Password:password Verifying - Enter Export Password:password
This creates the server certificate in PKCS12 formak (file server.pks).
openssl pkcs12 -export -out client.pks -in client.crt -inkey client.key
This creates the client certificate in PKCS12 formak (file client.pks).