Step 1 - Install the Pulse Client and Depedencies
- From the Linux client, run the following command to install the Pulse client:
sudo dpkg --install /mnt/hgfs/shared_dir/pulse-5.3R1.i386.deb
- Install the dependency packages by running the following script:
/usr/local/pulse/PulseClient.sh install_dependency_packages
Step 2 - Verify Pulse installation
Go to Applications and confirm that the Pulse client is installed with the following application icon:
Step 3 - Install the client-side certificate to the Pulse certificate store
- Run the following command to see the options for installing the certificate to the Pulse certificate store:
/usr/local/pulse/PulseClient.sh install_certficates
- Enter 'y' to confirm the client certificate is being installed for the local signed-in user.
- The client certificate installation options will be displayed on screen along with options to view and delete certificates from the Pulse Linux certificate store.
Step 4 - Directions to install a certificate in .pem or .der format
- To install the certificate in .pem or .der format, use the following command:. (For instructions on installing the certificate in .pfx format, go to step 5.)
/usr/local/pulse/PulseClient.sh install_certficates -inpriv </PathtoCertPasswordFile/passwordFile.key>
-inpub </locationOfCertificate/cert.pem>
- Specify the location and file name of the private key password file with the -inpriv option.
- Specify the location and file name of the certificate file with the -inpub option.
Example:
/usr/local/pulse/PulseClient.sh install_certificates -inpriv /mnt/hgfs/shared_dir/certs/fruitCert.key
-inpub /mtn/hgfs/shared_dir/certs/fruitCert.pem
(In the example above the private key password file and the certificate file are located in the same network share directory. The files can be in different directories. Just be sure to specify the proper location for each.)
- Enter 'y' to verify the certificate is being installed for the local user.
- Verify that the certificate was successfully installed with the output: Successfully added certificate to Pulse Certificate store.
Step 5 - Directions to install a certificate in .pfx format
- To install the certificate in .pfx format, use the following command:
/usr/local/pulse/PulseClient.sh install_certificates -inpfx /mnt/hgfs/shared_dir/10.30.113.196.pfx
- Enter 'y' to confirm the client certificate is being installed for the local signed-in user.
- Enter the import password.
- Verify that the certificate was successfully installed with the output: Successfully added certificate to Pulse Certificate store.
Step 6 - Add new connection to Pulse and connect
- Launch Pulse and click the '+' button to add a connection.
- Add a name for the connection.
- Enter the connection URL. (Obtain from PCS admin.)
- Click Save. The connection will be added to the Pulse connection list.
- Click Connect to launch the new connection.
- If multiple certificates are found in the Pulse certificate store they will be displayed under the connection.
- Click View to display the certificate details for each certificate.
- Select the certificate and click Continue.
- The "Connect" button will change to "Disconnect" once the connection is complete.
- Click the expand button for the active connection to view the status.
- Click File > Connections > Advanced to confirm VPN connectivity.