Is there a way to test to make sure I have the correct SUM password? I fear I may not have the correct one and do not want to move to a new server before I know I have it.
Thanks!
This thread was automatically locked due to age.
Hello Jerry,
the certificates give the management server a unique identity in terms of RMS (the communication system between clients and server) and clients get their certificates when registering with a management server for the first time - kinda mutual assurance they belong to the same pack :smileyhappy:.
The certificate export/import is not rocket science - DataBackupRestore does the backup and you just import the CertificationManager.reg into the registry before installing SEC. Then it will have the right smell for the existing clients.
Christian
Hi Christian,
I opened the file. Do I change this in the top of the file?:
[HKEY_LOCAL_MACHINE\SOFTWARE\sophos\Certification Manager\CertAuthStore]
To this:
[HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\sophos\Certification]
or this:
[HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\sophos\Certification\CertAuthStore]
Thank you,
Jerry
Hello Jerry,
the only key you need is [HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\Certification Manager\CertAuthStore], you can delete the rest. Insert \Wow6432Node between SOFTWARE and \Sophos so that it reads: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sophos\Certification Manager\CertAuthStore]
Looks like you are not very familiar with .reg files. If you are unsure where a key starts and ends simply replace all occurrences of SOFTWARE\Sophos with SOFTWARE\Wow6432Node\Sophos.
Christian