0

I've been google'ing about the security of the digital certificates and I wasn't able to find an answer to my question: is it secure to use one private key for the signing of multiple certificates? Thanks.

user1047517
  • 1,459
  • 2
  • 11
  • 20

2 Answers2

4

That is exactly what all Certificate Authorities do. SSL servers do the same all the time, and individuals that sign multiple documents with one certificate's private key do this. So of course this is secure.

Eugene Mayevski 'Callback
  • 45,135
  • 8
  • 71
  • 121
0

The digital certificate signs the public key of the entity with the private key of a trusted third party. There is a chain of trust which has to be trusted at some point at which verification can be done.