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?

  • Seems CertMgr won't do anything to help with SSL certificates. Is there a way to have RUM skip/not touch the SSL/VPN certificate during migration? 

    The client expects to have a user be able to be fully migrated, “no touch”, from their home connected to VPN. 

  • 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