how to pass an arbitrary signature to Certifcate
Posted
by
eskoba
on Stack Overflow
See other posts from Stack Overflow
or by eskoba
Published on 2013-11-08T09:51:40Z
Indexed on
2013/11/08
9:53 UTC
Read the original article
Hit count: 295
x509certificate
|shared-secret
I am trying to sign certificate (X509) using secret sharing. that is shareholders combine their signatures to produce the final signature. which will be in this case the signed certificate. however practically from my understanding only one entity can sign a certificate. therefore I want to know:
which entities or data of the x509certificate are actually taken as input to the signing algorithm?
ideally I want this data to be signed by the shareholders and then the final combination will be passed to the X509certificate as valid signature.
is this possible?
how could it done?
if not are they other alternatives?
© Stack Overflow or respective owner