To obtain a code signing certificate, the help page states "you have to provide us a certificate signing request (CSR) generated by the machine you use to sign the code". I was hoping to have a certificate shared by several build machines, to sign different versions of our product. I've seen some Microsoft documents that state you can import PFX files to multiple computers, but I think they were referring to a web site. Optimally I'd like to have a virtual machine, whose only purpose is to house the certificate, with the actual code signing occurring on other machines.
Can a certificate be exported to a PFX file, and then imported to two or more other build machines, for each to code sign using the same certificate?
Thanks.