Generate a CSR
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
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

Support Staff 1 Posted by Feodor Fitsner on 21 Mar, 2016 04:41 PM
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.html2 Posted by sean.obrien on 21 Mar, 2016 04:50 PM
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?
Support Staff 3 Posted by Feodor Fitsner on 21 Mar, 2016 04:53 PM
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 Posted by sean.obrien on 21 Mar, 2016 05:07 PM
Will give that a go. Thanks Feodor
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.