Hi.
I am just now learning about certificates and how to install them.
I am currntly following instructions as to how to design a profiling system that allows me to access profile information via SOAP envelopes. Accordingly, the instructions are asking me to install the aspnet_db and then the following certificates:
- 1) IPkey.pfx
- 2) SubjectKey.pfx
- 3) LocalHost.pfx
I am instructed to use the MMC snap-in to import the above certs to the "Certificates (Local Computer) / Personal" node.
Then, I am told to use the FindPrivateKey executable to add NETWORKSERVICE.
It may seem like a silly question but, where should I be doing this? Since the instructions started out on the DB server, I installed everything there. Is that right? The next section of the instructions is entitled "Setting up an SSL Certificate" (using the localhost cert) and it looks like this is meant for the web server as it talks about IIS.
Thanks.