Migrating an IIS Web Site that Uses HTTPS (SSL)
You must perform extra steps when migrating a website that uses Hypertext Transfer Protocol Secure (HTTPS), because HTTPS must be configured to use a security certificate. Security certificates are created for a specific machine and are encrypted, and so VirtaMove cannot use the source server's security certificate on the destination server. You must therefore create a new certificate for the destination server and then register it with the bindings.
The following procedure explains how to create a self-signed certificate, which should be used for testing purposes only. You will need to create a new certificate by contacting a certificate licensing authority.
Complete the pre-requisites listed in https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/310706978 and perform steps 1 to 11 inclusive in Migrating an IIS Application Using Administrative Console.
Double-click the VirtaMove CLI desktop shortcut to open a VirtaMove command prompt window.
At the command prompt, type:
c:\windows\system32\inetsrv\inetmgr.exe
In IIS Manager, click on the server in the left pane.
In the middle pane, right-click Server Certificates, and select Create Self-Signed Certificate.
Enter a name for the certificate.
Expand the server, then expand Sites and click on your website.
In the right pane, click Bindings.
Double-click the binding for HTTPS.
Select your new certificate at the bottom of the window.
Test the website.