This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSL certificate post migration

Is there a fix from Quest to deal with SSL certificates?

Parents
  • Here is a batch script you could supply the users to install certificates, or push this via RUM with the script task.

    You could supply the users the script if they are running the migration with CCU. I would especially suggest using CCU if the users are remote over VPN.

    rem CA v2
    certmgr.exe -add \\server\share\ca2cert.cer -s -r localMachine trustedpublisher

    certutil -addstore -f Root \\server\share\ca2cert.cer

    rem CA v3

    certmgr.exe -add \\server\share\ca3cert.crt -s -r localMachine trustedpublisher

    certutil -addstore -f Root \\server\share\ca3cert.crt
Reply
  • Here is a batch script you could supply the users to install certificates, or push this via RUM with the script task.

    You could supply the users the script if they are running the migration with CCU. I would especially suggest using CCU if the users are remote over VPN.

    rem CA v2
    certmgr.exe -add \\server\share\ca2cert.cer -s -r localMachine trustedpublisher

    certutil -addstore -f Root \\server\share\ca2cert.cer

    rem CA v3

    certmgr.exe -add \\server\share\ca3cert.crt -s -r localMachine trustedpublisher

    certutil -addstore -f Root \\server\share\ca3cert.crt
Children
No Data