PC Review


Reply
Thread Tools Rate Thread

Adding a certificate using MMC on a Vista Machine.

 
 
=?Utf-8?B?U2NvdHQ=?=
Guest
Posts: n/a
 
      20th Feb 2007
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.

 
Reply With Quote
 
 
 
 
Haitao Li
Guest
Posts: n/a
 
      20th Feb 2007
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"

"Scott" <(E-Mail Removed)> wrote in message
news:A5143585-DFDE-4242-A2BE-(E-Mail Removed)...
> 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.
>

 
Reply With Quote
 
=?Utf-8?B?U2NvdHQ=?=
Guest
Posts: n/a
 
      20th Feb 2007


"Haitao Li" wrote:

> 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"
>
> "Scott" <(E-Mail Removed)> wrote in message
> news:A5143585-DFDE-4242-A2BE-(E-Mail Removed)...
> > 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.
> >

 
Reply With Quote
 
=?Utf-8?B?U2NvdHQ=?=
Guest
Posts: n/a
 
      20th Feb 2007
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.

"Haitao Li" wrote:

> 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"
>
> "Scott" <(E-Mail Removed)> wrote in message
> news:A5143585-DFDE-4242-A2BE-(E-Mail Removed)...
> > 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.
> >

 
Reply With Quote
 
Brian Komar [MVP]
Guest
Posts: n/a
 
      20th Feb 2007
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>

In article <D85CB163-D832-4D40-B009-B5A28A685BF0
@microsoft.com>, (E-Mail Removed) says...
> 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.
>
> "Haitao Li" wrote:
>
> > 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"
> >
> > "Scott" <(E-Mail Removed)> wrote in message
> > news:A5143585-DFDE-4242-A2BE-(E-Mail Removed)...
> > > 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.
> > >

>

 
Reply With Quote
 
=?Utf-8?B?U2NvdHQ=?=
Guest
Posts: n/a
 
      21st Feb 2007
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.

"Brian Komar [MVP]" wrote:

> 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>
>
> In article <D85CB163-D832-4D40-B009-B5A28A685BF0
> @microsoft.com>, (E-Mail Removed) says...
> > 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.
> >
> > "Haitao Li" wrote:
> >
> > > 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"
> > >
> > > "Scott" <(E-Mail Removed)> wrote in message
> > > news:A5143585-DFDE-4242-A2BE-(E-Mail Removed)...
> > > > 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.
> > > >

> >

>

 
Reply With Quote
 
Paul Adare
Guest
Posts: n/a
 
      21st Feb 2007
In article <1F1B55EE-4FC2-43E7-8B62-(E-Mail Removed)>,
in the microsoft.public.windows.vista.security news group, =?
Utf-8?B?U2NvdHQ=?= <(E-Mail 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.


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.

>
> "Brian Komar [MVP]" wrote:
>
> > 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>
> >
> > In article <D85CB163-D832-4D40-B009-B5A28A685BF0
> > @microsoft.com>, (E-Mail Removed) says...
> > > 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.
> > >
> > > "Haitao Li" wrote:
> > >
> > > > 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"
> > > >
> > > > "Scott" <(E-Mail Removed)> wrote in message
> > > > news:A5143585-DFDE-4242-A2BE-(E-Mail Removed)...
> > > > > 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.
> > > > >
> > >

> >

>


--
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
 
Reply With Quote
 
Brian Komar [MVP]
Guest
Posts: n/a
 
      22nd Feb 2007

Please scroll down.... Jeesh
Brian

In article <1F1B55EE-4FC2-43E7-8B62-
(E-Mail Removed)>,
(E-Mail 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.
>
> "Brian Komar [MVP]" wrote:
>
> > 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>

P
 
Reply With Quote
 
=?Utf-8?B?U2NvdHQ=?=
Guest
Posts: n/a
 
      22nd Feb 2007
Sorry having one of those days

"Brian Komar [MVP]" wrote:

>
> Please scroll down.... Jeesh
> Brian
>
> In article <1F1B55EE-4FC2-43E7-8B62-
> (E-Mail Removed)>,
> (E-Mail 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.
> >
> > "Brian Komar [MVP]" wrote:
> >
> > > 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>

> P
>

 
Reply With Quote
 
Guest
Posts: n/a
 
      22nd Feb 2007
"Scott" <(E-Mail Removed)> wrote in message
news:8C447DBE-240E-48B1-A29D-(E-Mail Removed)...
> 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.
~~~~


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error when loading certificate on different machine AK Microsoft C# .NET 0 13th Nov 2008 03:10 PM
Error when requesting certificate from W2K Pro machine Harrison Midkiff Microsoft Windows 2000 1 11th Nov 2004 09:23 PM
Create a computer certificate for non-connected machine? Eddie Wedensworth Microsoft Windows 2000 Security 1 23rd Aug 2004 08:43 PM
IKE failed to find valid machine certificate Paul Microsoft Windows 2000 RAS Routing 3 4th Feb 2004 02:13 PM
machine certificate on the VPN server. kigor Microsoft Windows 2000 Networking 1 24th Oct 2003 09:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:29 AM.