Example: Below is the Go Daddy intermediary certificate.
- Locate the
.crt and .key files used on the FH Web Edition server.
-
Download the Go Daddy intermediary certificate (GODaddyCA.crt ).
Note: This should have come with the original certificate purchase, but can also be located at https://certs.godaddy.com/Repository.go.
-
Concatenate your .crt and the intermediary .crt file by combining them into a third file with the command:
copy test_server.crt+GODaddyCA.crt server.crt
- Rename the
.key file from step 1 to server.key , so that it matches the newly created server.crt file.
- Copy these two files to a location on the FH Web Edition server, such as
c:\Data .
- Launch the FH Web Edition Connection Manager.
- Choose Tools → Host Options.
- Click the Security tab.
- (If you have a high-encryption license) Change the transport to SSL and increase the encryption level to 256-bit AES.
-
Browse to the SSL certificate c:\data\server.crt and click OK.
Note: You should not see an error message if the .crt and .key files have the same prefix.
- Enable Notify users when connections are secure for testing purposes.
- Click OK.
- Start a FH Web Edition session from a different system.
|