Can two different Root certificates and their intermediate certs have the same serial number?
I issue two root certificates:
Organization: My Example Organization:
My Example Organization Root Certificate Authority (serial number is 00)
----- My Example Organization Intermediate Certificate Authority (serial number is 10)
My Example Organization Secure Root Certificate Authority (serial number is 00)
----- My Example Organization Secure Intermediate Certificate Authority (serial number is 10)
Is the above okay? Or is it really mandatory to use different serial numbers for the certs issued by the same Organization?
This What is the difference between serial number and thumbprint? doesn't mention about the same organization. So, it does not answer my question.