|
wade001 -> RE: HELP SAN Cert ??? (20.Dec.2007 7:20:32 AM)
|
Digicert's website does a good job of explaining the common name issue. What should I use for the Common Name? Short answer: Use the name that would be used by your mobile devices. In most cases, this will be a FQDN which points to the public IP of your exchange server. Long answer: The most common form of name matching is for the SSL client to compare the server name it connected to with the common name in the server's certificate. Common Name matching will be supported by all SSL clients. Most mobile devices support Subject Alternative Names, and most support Wildcard certificates, but all of them support exact Common Name matching. If the SSL client supports SANs (Subject Alternative Names) and there is a SAN extension in the server's certificate, then the client will ignore the subject common name entirely and try to match the server name to one of the names in the SAN list. (This is why you will always see the subject common name repeated in the SAN list.) - Windows Mobile 5 supports subject alternative names.
- Newer Palm Treo devices use WM5, but the older ones run PalmOS and use VersaMail for ActiveSync.
- The older Treos do not support SAN name matching.
- There are other mobile devices that don't support SAN name matching either, so it's safest to set your common name to the name that most mobile devices will be using.
- All popular browsers (IE, FF, Opera, Safari, Netscape) have supported SANs since 2003 (MS IE has supported them since in Windows 98)
|
|
|
|