Is it possible to have two different certificates (RSA and DSA) to have the same common name but different SAN entries?
For example:
CN=*.example.com
SAN: *.example.ca, *.example.in
CN=*.example.com
SAN: *.example.ka, *.example.us
Certificates exists independent from each other. This means you can also have certificates which only partly overlap in CN and SAN because the existence of one of these certificates does not affect (and thus not exclude) the existence of the other one.