Adding a certificate using MMC on a Vista Machine.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I am using MMC to get a certificate does the PC need to be part of the
domain first? Does anybody have the steps to do this? With a domain or
without a domain.
 
Yes, the PC needs to be in a domain, and the user needs to be in the same
domain.
Run "certmgr.msc", right click "Personal", click "All Tasks"=>"Request new
certificate"
 
Haitao Li said:
Yes, the PC needs to be in a domain, and the user needs to be in the same
domain.
Run "certmgr.msc", right click "Personal", click "All Tasks"=>"Request new
certificate"
 
Haitao,
How about if I am unable to put the PC on the domain. Is there another
option?
I would use certsrv but it fails activeX with windows 2003 Server.
 
OK, here is a way to do it (but it is not an easy
solution).

1) You need to use certmgr.msc on the Vista Client
2) You need to generate Custom Request in the console
(see Create a Custom Certificate Request in the Help
file).
3) Best to add Custom subject information (be sure to
include an Alternate Name that includes the User
Principal Name
4) Save the file to a PKCS#10 request

Create a custom v2 certificate template that allows the
Subject to be created in the Request. Base it on the
template you want to use (for the love of G*D, do not
use User <G>) Ensure that the template is available at
the CA you are using. Assume it is named VistaUser

You now use the Certsrv Web page to submit the request
1) Connect to https://CAName/certsrv
2) Provide credentials from the domain
3) Choose Request a Certificate
4) CHoose Advanced Certificate Request
5) Choose Submit a certificate request by using a base-
64-encoded CMC or PKCS #10 file, or submit a renewal
request by using a base-64-encoded PKCS #7 file.
6) Paste the contents of the file created in the first
procedure into the Saved Request box
7) Choose the VistaUser template in the Certificate
Template sectino
8) Click Submit
9) Save the issued certificate to a PKCS#7 file (all
certs in the chain)

Go back to the Vista box
1) Import the PKCS#7 file
2) Put all certs in the Personal store (for now)
3) Once the import is complete, move the CA certificates
into the appropriate stores (root in the root, all other
CAs in the intermediate store
4) Use the certificate

Brian
P.S. Please do not ask for more detailed steps <G>
 
Is this the article you are referring to Create a Custom Certificate Request.
Article # 555281 How to create offline L2TP/ IPSec Certificates. This is
all I can find that is remotely close.
 
in the microsoft.public.windows.vista.security news group, =?
Utf-8?B?U2NvdHQ=?= said:
Is this the article you are referring to Create a Custom Certificate Request.
Article # 555281 How to create offline L2TP/ IPSec Certificates. This is
all I can find that is remotely close.

Did you even read Brian's post? He's not referring to any
article, he has detailed the exact steps to do what needs to be
done.

--
Paul Adare
MVP - Windows - Virtual Machine
http://www.identit.ca
"The English language, complete with irony, satire, and sarcasm,
has survived for centuries without smileys. Only the new crop of
modern computer geeks finds it impossible to detect a joke that
is not clearly labeled as such."
Ray Shea
 
Please scroll down.... Jeesh
Brian

(e-mail address removed)>,
(e-mail address removed) says...
Is this the article you are referring to Create a Custom Certificate Request.
Article # 555281 How to create offline L2TP/ IPSec Certificates. This is
all I can find that is remotely close.
P
 
Scott said:
Sorry having one of those days


And with that apology and admission, you have just made Brian and all the
other MVPs here love you.

Congratulations for having the strength of character to be polite in a
public newsgroup.

Alun.
~~~~
 
in the microsoft.public.windows.vista.security news group,
And with that apology and admission, you have just made Brian and all the
other MVPs here love you.

Hmm, love may not be the correct word, how about we go with
respect instead?

--
Paul Adare
MVP - Windows - Virtual Machine
http://www.identit.ca
"The English language, complete with irony, satire, and sarcasm,
has survived for centuries without smileys. Only the new crop of
modern computer geeks finds it impossible to detect a joke that
is not clearly labeled as such."
Ray Shea
 
Back
Top