Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
Before you can enable SSL, you must export the SSL certificate that you want to use. Use the
keytool
utility bundled with Java to create a keystore file.
Open a command prompt in Windows or a terminal in Linux or UNIX.
Run the following command:
keytool -import -file
company_certificate.cer
-keystore client.ks
The utility prompts you to enter a keystore password.
The command creates a keystore file called
client.ks
.
Save the keystore file to a directory. You must provide the location of the keystore file when you create or edit the Test Data Manager Service properties.