forked from zmalltalker/stomp
-
Notifications
You must be signed in to change notification settings - Fork 80
Test convfmt
gmallard edited this page Mar 4, 2012
·
1 revision
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).
Enter the command:
openssl pkcs12 -export -out client.pks -in client.crt -inkey client.key
You will be prompted twice for the pks file password:
Enter Export Password:password
Verifying - Enter Export Password:password
This creates the client certificate in PKCS12 formak (file client.pks).