|
@@ -12,6 +12,7 @@ You will need your key and certificate in a separate file to use the code.
|
|
|
On linux, this is accomplished by:
|
|
|
|
|
|
openssl pkcs12 -in yourP12File.p12 -nocerts -out privateKey.key
|
|
|
+
|
|
|
openssl pkcs12 -in yourP12File.p12 -nokeys -out privateKey.crt
|
|
|
|
|
|
The server certificate can be copied from:
|