Don Box - What goes into a great technical presentation? http://channel9.msdn.com/ShowPost.aspx?PostID=31792Charles or Rory, when are you going to have Don and Chris on Channel 9 again?Idea: Suggest to all interviewees they watch the above Don Box video before coming on Channel 9.
I've been asking this question a lot of times but never got an answer:In Belgium every citizen gets a e-id smart-card with 2 certificates on it: one for signatures (like signing documents and emails) and one for authentication (like ssl).Could it be possible to configure Active Directory to authenticate users using their e-id card and pincode?
Nice video. I have a question. I’ve rolled out a PKI in our network. I want to implement smartcard authentication but the problem that we encounter is that Exchange Web access authentication is not possible if you set the user profile to use smartcard to authenticate. How can I give the employees to get access to web access of Exchange 2007. I’m using currently FBA for web access.And another question is I thought that it was possible to extend your internal PKI to outside for using signed/encrypted email. I need to give the URL of the Root CA in the certificate that is running inside of my network. That way it must be possible to authenticate the certificate to my CA from outside. Is this correct?
The reason its important that the recepients of signed mail trust the CA hierarchy of the sender is because, without that trust in place, Outlook will flag the signature as being from an untrusted CA. While cryptographically the signature is the same, the end user experience is poor if you have a self signed root not trusted by the receiver of the message.If you're just sending mail to a some other IT people this may not be a problem, as you could easily provide instructions about how they can trust your root. However, if you're providing this as a service for your end users and you can't predict in advance who they'll be sending mail to, I'd recommend using implicitly trusted certificates. This will provide a much better end user experience and fewer support calls. You can purchase implicitly trusted SMIME certificates from organizations like Verisign and Cybertrust on an ad-hoc basis. Alternatively, you can contract with those organizations to run your own CA in your own datacenter that's subordinated to their root. This allows you to issue certificates from your own CA that are globally trusted. See the following TechNet article for details:http://www.microsoft.com/technet/technetmag/issues/2006/12/SecurityWatch/