We have an application that currently runs on Server 2008 R2 across the board, and we are looking to upgrade all servers to 2012 R2 (this is the latest OS that is compatible with the application).
We have a single domain controller that also acts as the Certification Authority server, the CA has NDES installed which provides us with a challenge password that we use for certain devices to pull certificates to communicate with the application.
I have a workflow to migrate the DC and also the CA, which seems to work fine. However, once I've migrated the CA I have to install the NDES role separately on the new server, which in turn gives me a different challenge password (FYI, the thumbprint for the CA cert remains the same).
This makes sense as it is a completely new install of NDES, so this must be by design.
It would be useful to be able to retain the same challenge password post migration, as we would then not have to go to each device and enter the new PW. Is this possible?