Hacker News new | ask | show | jobs
by pabs3 1603 days ago
IIRC signing by multiple CAs isn't possible, so you would have to extend TLS or X.509 or both.
1 comments

It is currently possible to present multiple certificates when the connection is initiated using TLS. These certs are usually a chain - from CA to intermediate CA and then the final cert, but it should be possible to present certificates from different chains. The question is how the clients would be able to handle this.