Replacing the self-signed certificate with a new self-signed certificate in FAST Search for SharePoint
- Stop FAST Search Server 2010 for SharePoint on all servers in the farm, including the monitoring service.
- On the administration server:
- On the Start menu, click All Programs.
- Click Microsoft FAST Search Server 2010 for SharePoint.
- Right-click SharePoint 2010 Management Shell, and select Run as administrator.
- At the command prompt, browse to installer\scripts under the installation folder.
- Type the following command:
.\ReplaceDefaultCertificate.ps1 -generateNewCertificate $true
Enter a password for the certificate.
- Start FAST Search Server 2010 for SharePoint on the administration server.
- On each non-administration server:
- On the Start menu, click All Programs.
- Click Microsoft FAST Search Server 2010 for SharePoint.
- Right-click SharePoint 2010 Management Shell, and select Run as administrator.
- At the command prompt, browse to installer\scripts under the installation folder.
- Type the following command:
.\ReplaceDefaultCertificate.ps1 -generateNewCertificate $true
Enter the password that you defined for the certificate on the administration server.
5. Start FAST Search Server 2010 for SharePoint on all non-administration servers.