Setting up SSL certificates of source and target workbenches

The migration script internally uses cdswctl which relies on systemwide configured certificates to establish connection with the source and target workbenches. SSL certificates belonging to both the source and target workbenches must be set up properly.

  1. Copy your Certificate Authority (CA) to the dir /usr/local/share/ca-certificates/ directory. Ensure that the CA file is in .crt format.
  2. Run the sudo cp foo.crt /usr/local/share/ca-certificates/foo.crt command.
  3. Update the CA store by using the sudo update-ca-certificates command.
  1. Navigate to Finder > Applications > Utilities > Keychain Access.
  2. Select System in the left-hand column.
  3. Import the certificate files into the System keychain by opening File > Import Items.

    Results:

    The certificate is marked with a red X, meaning that it is entrusted.

  4. Provide trust by double-clicking the certificate.

    Under Trust, you can also change the setting to Always Trust (when using this certificate) value on the top.