Generate a CSR

sean.obrien's Avatar

sean.obrien

21 Mar, 2016 04:13 PM

Hi,

I need to generate a csr for code signing. Is this possible on appveyor?

https://uk.godaddy.com/help/windows-generate-csr-for-code-or-driver-signing-certificate-7282

I've looked for examples of someone else trying to do the same thing but have't found anything.

Thanks,
Seán

  1. Support Staff 1 Posted by Feodor Fitsner on 21 Mar, 2016 04:41 PM

    Feodor Fitsner's Avatar

    Hi Sean,

    You can use OpenSSL command-line (located in C:\OpenSSL-Win32\bin) to generate certificate request: https://www.openssl.org/docs/manmaster/apps/req.html

  2. 2 Posted by sean.obrien on 21 Mar, 2016 04:50 PM

    sean.obrien's Avatar

    Great, thanks Feodor.

    I'll only need to create the csr file once, presumable the idea is to only generate it on first build or is there a better way of doing this?

    Also I need the contents of the rsa file which is generated to give to godaddy - how would I access it after?

  3. Support Staff 3 Posted by Feodor Fitsner on 21 Mar, 2016 04:53 PM

    Feodor Fitsner's Avatar

    I think you should generate it locally then and import during the build following the approach described here: http://www.appveyor.com/docs/how-to/private-git-sub-modules#configu...

  4. 4 Posted by sean.obrien on 21 Mar, 2016 05:07 PM

    sean.obrien's Avatar

    Will give that a go. Thanks Feodor

  5. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac