logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cert2spc - Transform multiple X.509 certificates to a Software Publisher Certificate

Author

       Written by Sebastien Pouliot

Description

       Combine a list of X.509 certificates or X.509 CRL (Certificate Revocation List) into a Software Publisher
       Certificate  (PKCS#7  file).  The  SPC  file  is  required for signing a PE file (like an assembly) using
       signcode.

Mailing Lists

Name

       cert2spc - Transform multiple X.509 certificates to a Software Publisher Certificate

Parameters

certificate
              One (or more) X.509 certificate to add (space separated).

       crl    One (or more) X.509 CRL to add (space separated).

       output.spc
              Software Publisher Certificate to output. If the specified file exists it will be overwritten.

See Also

makecert(1),signcode(1)

                                                                                                  Mono(cert2spc)

Synopsis

cert2spccertificate|crl[certificate|crl...]outputfile.spc

Web Site

       Visit http://www.mono-project.com for details

See Also