Server: Windows Server 2008 R2
There are a lot of instructions on how to install a certificate and they seem very straightforward. However, I am having a hard time figuring out where a certificate is installed specifically.
For example, instructions online use MMC > Certificates > Action > All Tasks > Import > Automatically Select the Certificate Store to install a certificate. However, regardless of the name of the file that is used to install, e.g., foo.cer, a valid certificate gets installed successfully but I don't know where it is installed and under what name. In other words, foo.cer is not installed as "Issued By=foo" or something similar. Rather, it's installed under whatever name is inside the certificate itself. While I can see how that happens, it's not very helpful in debugging because it's basically a guessing game. e.g., What if the filename is not the same as the "Issued By" name?
- How do we find out which certificate store a certificate has been installed?
- How do we figure out what the name of a certificate (e.g., Issued To and Issued By) that we are trying to install is installed under? This is to make sure we install the correct certificate(s) in the right location(s).
This seems like such an important ability, esp for such an important feature, namely SSL certificates so maybe we're just missing something small. Any guidance would be much appreciated. Thank you in advance.