Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Security > Re: Server Type certificate

Reply
Thread Tools Display Modes

Re: Server Type certificate

 
 
Joe Kaplan
Guest
Posts: n/a

 
      09-10-2009
Any tool that can generate a CSR (OpenSSL, Windows, etc.) can be used.
There isn't that much that is special in the CSR itself. You would just
want to ensure that the CN is the full DNS host name of the ADAM server.

For test cert, it depends on what you want to trust the certificate and how
much control you have over those clients. You could certainly create a
self-signed SSL server cert on Windows with OpenSSL or makecert.exe or
selfssl.exe (designed for IIS but still usable here). However, no clients
will trust that cert by default. You could set up your own CA or you could
buy a commercial cert that would be presumably trusted by any client.

One other thing worth knowing is that there is no real interesting
difference between and SSL cert for ADAM and an SSL cert for any web server.
The important thing with ADAM is ensuring that the host name in the cert
matches the DNS name you use to access ADAM and that the key is installed in
a container that is available to the service account you use and the service
account has the required private key permissions to access it.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"carl" <> wrote in message
news:eigi$...
I am trying to test enabling SSL to connect to ADAM using LDAPS.

1.How should i generate the CSR for a server type certificate
2.Where can i get a test SSL certificate (Server Type)



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
What type of GoDaddy certificate do/will I need? William Fields Windows Small Business Server 4 11-28-2008 09:32 PM
sbs 2k3 - certificate authority web server template - not being able to issue a certificate Pedro M. Leite Windows Small Business Server 3 05-14-2007 05:24 PM
certificate of type DomainController has failed Mr. Backup Active Directory 5 01-30-2006 11:19 PM
This type of document does not have a security certificate Morgan Windows Media Player 0 05-10-2005 05:18 AM
Certificate server: Automatic certificate enrollment for local system failed Kasper Windows Server 0 03-22-2005 11:10 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59