+ Reply to Thread
Results 1 to 3 of 3

Thread: Code Signing with P7B

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Code Signing with P7B

    We recently had our Code Signing certificate re-issued and we were provided with a P7B file. It doesn't seem that SetupBuilder can use the certificate in this format to sign the install file? Is there another way that the installer can be signed or the file converted to a different format?

  2. #2

    Default Re: Code Signing with P7B

    I figured it out with the help of DigiCert support and three different utility programs (ugh).

    In case anyone else comes across this:
    1. Make sure you install the certificate on the same computer that generated the Certificate Signing Request file (CSR)
    2. Install the certificate
    3. Export it as a PFX (may need to use a special utility, like Digicert's)
    4. Use a combination of OpenSSL and the PVK transform utilities to create the SPC and PVK files. (https://ca.godaddy.com/help/converti...g-windows-6034)

    What a mess. I'm glad this is only every 3 years.

  3. #3
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Code Signing with P7B

    Mark,

    the one million dollar question is, why did you receive a P7B file? P7B files only contain certificates and chain certificates (Intermediate CAs), not the private keys. As far as I know, all WebTrusts provide .PFX files by default.

    http://www.lindersoft.com/forums/sho...e-process-2020

    https://www.setupbuilder.com/downloads/Comodo2020.pdf

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •