1

We purchased a certficate from godaddy.

We need to generate pfx file from the spc file provided.

For that last time we used the process provided in this link.

But, it should be done from the same machine where the certificate request is generated.

That machine is not available now. I tried to use the process on build machine, but the options are greyed out.

Options in mmc greyed out

uday kiran
  • 69
  • 3

1 Answers1

1

As said in comments, private key left on the machine where original request was generated. Without the private key you can't get PFX. Until you make the machine available, the purchased certificate is useless, because it contains only public key. Alternativaly, re-create new CSR and request new certificate using another machine. You may or may not be charged for extra certificate. Contact GoDaddy support to check if you can re-request new certificate for free.

Crypt32
  • 6,639
  • 1
  • 15
  • 33