After you create the keystore on your Agent for SharePoint, extract the certificate from the keystore.
Follow these steps:
Note: This procedure provides one possible example of how to configure this feature using third-party tools. CA Technologies did not develop nor provide these tools. These tools are subject to change at any time by the third party without notice. Use this procedure as a guide for configuring this feature in your specific environment. The actual steps required in your situation could be different from the steps that are shown here.
keytool -list -v -keystore key_store_file_path -storetype JCEKS
keytool -export -keystore key_store_file_path -alias alias_name -file certificate_file_name.cer -storetype JCEKS
The certificate is extracted with the file name you specified.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |