You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
certreq -sign allows to sign CSRs with personal certificates, allowing to use the "This number of authorized signatures" feature from the "Issuance requirements" tab of certificate templates.
It is also used for enrolment agents to sign on behalf of someone else I believe (I never used that feature though).
Having this in native code would be really helpful, especially because currently there are some things that can only be done with this command. SignedCms never worked for me but I managed to use the X509Enrollment COM classes to sign a PKCS#10, never a PKCS#7 or CMC directly.
Note that this should work with any kind of CSP/KSP. In my environment for instance I am using a signing certificate stored on a smart card and using a 3rd party KSP (which is why SignedCms did not work if I recall correctly...).
certreq -sign
allows to sign CSRs with personal certificates, allowing to use the "This number of authorized signatures" feature from the "Issuance requirements" tab of certificate templates.It is also used for enrolment agents to sign on behalf of someone else I believe (I never used that feature though).
Having this in native code would be really helpful, especially because currently there are some things that can only be done with this command.
SignedCms
never worked for me but I managed to use theX509Enrollment
COM classes to sign a PKCS#10, never a PKCS#7 or CMC directly.Note that this should work with any kind of CSP/KSP. In my environment for instance I am using a signing certificate stored on a smart card and using a 3rd party KSP (which is why
SignedCms
did not work if I recall correctly...).The text was updated successfully, but these errors were encountered: