Jump to content

Recommended Posts

Posted

Ok, so brain hurts with this one. I have a new wildcard domain from 123reg which I want to use in IIS but as far as I can see, they have only given me the .cer and no key to create a usable .pfx file?

 

01.JPG02.JPG

 

I know I once did something very clever in openssl when faced with this before but can't find my notes and have started going round in circles finding the solution.

 

Can someone more clever with certificates then me (frankly not hard...) tell me what I've missed?

 

Thanks

Andrew

Posted

Hi

 

Thanks for your reply, glad to know it's not me going mad. When you say export the private key from the server, which one is that as I'm not seeing any private keys to export either from mmc certificates or anywhere else for that matter!!

 

Cheers

Posted

My usual workflow for external certs is to create a request on a Windows server, rekey the cert from that CSR, Download it and import it onto the server the request was created on.

 

you can then export it as the Cert with Private Key.

Posted (edited)

Would you have a doc you could share regarding the steps for that? I freely admit certificates is one thing I'm absolutely rubbish at...

 

Creating a new request is fine, it's the rest I got lost at!!!

 

Cheers

Andrew

Edited by AJWhite1970
Posted

No, but it's pretty simple.

 

  • Create CSR on a windows server
  • rekey/reissue certificate with your provider, copy the contents of the CSR into the box provided when prompted (this'll depend on the cert issuers process)
  • Download rekeyed certificate when it's ready
  • Import certificate into the Cert store on the machine you created the CSR on (Run> MMC > add snapin "Certificates" > choose 'computer account' > add to 'Personal' store)
  • Export certificate, choosing "include private key" when prompted

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...