The procedure for enabling SSL on the Agent for SharePoint varies slightly depending on the FIPS mode. In a new installation with FIPS in COMPAT or MIGRATE mode, configure SSL with the following steps. With a new installation or migration to FIPS in ONLY mode, additional steps are required.
follow these steps:
openssl genrsa -des3 -out server.key
openssl rsa -in server.key.org -out server.key
openssl req -config openssl.cnf -new -key server.key -out server.csr
On UNIX:
Agent-for-SharePoint_home/proxy-engine/sps-ctl startssl
On Windows:
Agent-for-SharePoint_home\httpd\bin\configssl.bat -enable
The Agent for SharePoint is configured for SSL.
If at a later time you want to run without SSL, enter this command:
Agent-for-SharePoint_home\httpd\bin\configssl.bat -disable.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |